v0.9.3: fixed wand of blast wave declaring hero death incorrectly
This commit is contained in:
-4
@@ -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") );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user