v0.2.3: improvements to the rankings page
This commit is contained in:
@@ -78,7 +78,7 @@ public class WandOfMagicMissile extends Wand {
|
||||
ch.sprite.burst( 0xFF99CCFF, level / 2 + 2 );
|
||||
|
||||
if (ch == curUser && !ch.isAlive()) {
|
||||
Dungeon.fail( Utils.format( ResultDescriptions.ITEM, name, Dungeon.depth ) );
|
||||
Dungeon.fail( Utils.format( ResultDescriptions.ITEM, name ) );
|
||||
GLog.n( "You killed yourself with your own Wand of Magic Missile..." );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user