v0.5.0b: wand of fireblast now procs sould mark as intended

This commit is contained in:
Evan Debenham 2017-02-13 23:00:04 -05:00
parent 647489b1b9
commit 172e1b7c1b

View File

@ -78,9 +78,8 @@ public class WandOfFireblast extends DamageWand {
Char ch = Actor.findChar( cell );
if (ch != null) {
int damage = damageRoll();
ch.damage(damage, this);
processSoulMark(ch, chargesPerCast());
ch.damage(damageRoll(), this);
Buff.affect( ch, Burning.class ).reignite( ch );
switch(chargesPerCast()){
case 1: