Merging 1.7.5 Source: items/wands changes

This commit is contained in:
Evan Debenham
2015-02-04 01:09:48 -05:00
parent c1b262a614
commit fbd2fb907e
2 changed files with 22 additions and 6 deletions
@@ -48,7 +48,7 @@ public class WandOfLightning extends Wand {
@Override
protected void onZap( int cell ) {
// Everything is processed in fx() method
if (!curUser.isAlive()) {
Dungeon.fail( Utils.format( ResultDescriptions.ITEM, name ) );
GLog.n( "You killed yourself with your own Wand of Lightning..." );