v0.9.3: fixed wand of blast wave declaring hero death incorrectly

This commit is contained in:
Evan Debenham 2021-05-07 16:54:36 -04:00
parent 25f9c66f4d
commit e076c02c5a

View File

@ -90,10 +90,6 @@ public class WandOfBlastWave extends DamageWand {
throwChar(ch, trajectory, strength, false); throwChar(ch, trajectory, strength, false);
} }
if (ch == Dungeon.hero){
Dungeon.fail( getClass() );
GLog.n( Messages.get( this, "ondeath") );
}
} }
} }