V0.2.0: fixed death interaction with Scroll of Psionic Blast

This commit is contained in:
Evan Debenham
2014-08-30 02:25:52 -04:00
parent 9224f1539a
commit 7301b5a751
6 changed files with 13 additions and 5 deletions
@@ -76,7 +76,7 @@ public class WandOfMagicMissile extends Wand {
ch.sprite.burst( 0xFF99CCFF, level / 2 + 2 );
if (ch == curUser && !ch.isAlive()) {
Dungeon.fail( Utils.format( ResultDescriptions.WAND, name, Dungeon.depth ) );
Dungeon.fail( Utils.format( ResultDescriptions.ITEM, name, Dungeon.depth ) );
GLog.n( "You killed yourself with your own Wand of Magic Missile..." );
}
}