Advertisement
Guest User

Untitled

a guest
Jul 11th, 2013
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local baselich = Talents.talents_def["T_LICHFORM"].becomeLich
  2. Talents.talents_def["T_LICHFORM"].becomeLich = function(self, t)
  3.         baselich(self, t)
  4.  
  5.         self.inc_stats[self.STAT_LCK] = self.inc_stats[self.STAT_LCK] - 1
  6.         self.taintmarks = (self.taintmarks or 0) + 1
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement