v0.3.1: fixed bugs with teleportation, cleaned up Lloyd's beacon sfx

This commit is contained in:
Evan Debenham
2015-08-17 16:46:40 -04:00
parent 7ec008a03e
commit 4cbdf6e034
5 changed files with 5 additions and 7 deletions
@@ -64,7 +64,7 @@ public class TeleportationTrap extends Trap {
}
} while (pos == -1);
if (pos == -1) {
if (pos == -1 || Dungeon.bossLevel()) {
GLog.w(ScrollOfTeleportation.TXT_NO_TELEPORT);