v0.3.1: bugfix/buff to staff of regrowth battlemage effect
This commit is contained in:
parent
f6f10bca2e
commit
0835656d2f
|
@ -162,7 +162,7 @@ public class WandOfRegrowth extends Wand {
|
|||
public void onHit(MagesStaff staff, Char attacker, Char defender, int damage) {
|
||||
//like vampiric enchantment, except with herbal healing buff
|
||||
|
||||
int level = Math.max( 0, 0/*staff level*/ );
|
||||
int level = Math.max( 0, staff.level );
|
||||
|
||||
// lvl 0 - 33%
|
||||
// lvl 1 - 43%
|
||||
|
|
Loading…
Reference in New Issue
Block a user