v0.5.0b: wand of fireblast now procs sould mark as intended
This commit is contained in:
+2
-3
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user