Advertisement
Guest User

tooltip set fixed bonus

a guest
Apr 14th, 2019
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. elif item.USE_SET_ATT_COSTUME == itemSubType:
  2. type = item.GetValue(0)
  3. value = item.GetValue(1)
  4.  
  5. if value:
  6. affectString = self.__GetAffectString(type, value)
  7. if affectString:
  8. affectColor = self.__GetAttributeColor(0, value)
  9. self.AppendTextLine(affectString, affectColor)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement