Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local baselich = Talents.talents_def["T_LICHFORM"].becomeLich
- Talents.talents_def["T_LICHFORM"].becomeLich = function(self, t)
- baselich(self, t)
- self.inc_stats[self.STAT_LCK] = self.inc_stats[self.STAT_LCK] - 1
- self.taintmarks = (self.taintmarks or 0) + 1
- end
Advertisement
Add Comment
Please, Sign In to add comment