v0.3.1: fixed bugs with teleportation, cleaned up Lloyd's beacon sfx
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user