Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2020
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. ''' 2. '''
  2. # Search
  3. if app.ENABLE_ACCE_COSTUME_SYSTEM or app.ENABLE_CHANGE_LOOK_SYSTEM:
  4. self.wndItem.DeactivateSlotEffect(i)
  5.  
  6. # Replace with
  7. if app.ENABLE_ACCE_COSTUME_SYSTEM or app.ENABLE_CHANGE_LOOK_SYSTEM:
  8. if app.ENABLE_EXTENDED_BLEND_AFFECT:
  9. if not constInfo.IS_BLEND_POTION(itemVnum) and not constInfo.IS_EXTENDED_BLEND_POTION(itemVnum):
  10. self.wndItem.DeactivateSlotEffect(i)
  11. else:
  12. self.wndItem.DeactivateSlotEffect(i)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement