v0.5.0b: wand of fireblast now procs sould mark as intended
This commit is contained in:
parent
647489b1b9
commit
172e1b7c1b
|
@ -78,9 +78,8 @@ public class WandOfFireblast extends DamageWand {
|
||||||
Char ch = Actor.findChar( cell );
|
Char ch = Actor.findChar( cell );
|
||||||
if (ch != null) {
|
if (ch != null) {
|
||||||
|
|
||||||
int damage = damageRoll();
|
processSoulMark(ch, chargesPerCast());
|
||||||
|
ch.damage(damageRoll(), this);
|
||||||
ch.damage(damage, this);
|
|
||||||
Buff.affect( ch, Burning.class ).reignite( ch );
|
Buff.affect( ch, Burning.class ).reignite( ch );
|
||||||
switch(chargesPerCast()){
|
switch(chargesPerCast()){
|
||||||
case 1:
|
case 1:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user