diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfBlastWave.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfBlastWave.java index 5fa9bc02e..64226b396 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfBlastWave.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/items/wands/WandOfBlastWave.java @@ -90,10 +90,6 @@ public class WandOfBlastWave extends DamageWand { throwChar(ch, trajectory, strength, false); } - if (ch == Dungeon.hero){ - Dungeon.fail( getClass() ); - GLog.n( Messages.get( this, "ondeath") ); - } } }