Page 1 of 1

[svn] Great Shaloren buff, but...

Posted: Thu Mar 21, 2013 12:11 am
by Massimiliano Marangio

Code: Select all

on_learn [...]
+               self.combat_critical_power = (self.combat_critical_power or 0) + 5
on_unlearn [...]
+               self.combat_critical_power = (self.combat_critical_power or 0) + 5
The second +5 should be -5.

Re: [svn] Great Shaloren buff, but...

Posted: Thu Mar 21, 2013 12:37 am
by darkgod
Just checking if you were attentive to svn ! .. yeah .... ;)