v0.3.1: new traps batch 1

(11 new traps, changes to 2 existing traps)
This commit is contained in:
Evan Debenham
2015-06-30 15:45:50 -04:00
parent 958c8a22fa
commit 20a6f91758
14 changed files with 680 additions and 5 deletions
@@ -150,8 +150,7 @@ public class Bomb extends Item {
}
if (ch == Dungeon.hero && !ch.isAlive())
//constant is used here in the rare instance a player is killed by a double bomb.
Dungeon.fail(Utils.format(ResultDescriptions.ITEM, "bomb"));
Dungeon.fail("Killed by an explosion");
}
}
}