v0.2.4c: fixed a bug where the battlemage could gain the sniper's mark buff
This commit is contained in:
@@ -885,6 +885,7 @@ public class Hero extends Char {
|
||||
}
|
||||
damage += wand.curCharges;
|
||||
}
|
||||
break;
|
||||
case SNIPER:
|
||||
if (rangedWeapon != null) {
|
||||
Buff.prolong( this, SnipersMark.class, attackDelay() * 1.1f ).object = enemy.id();
|
||||
|
||||
Reference in New Issue
Block a user