v0.3.1: bugfix/buff to staff of regrowth battlemage effect

This commit is contained in:
Evan Debenham 2015-07-19 22:04:47 -04:00 committed by Evan Debenham
parent f6f10bca2e
commit 0835656d2f

View File

@ -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%