v0.3.1: fixed bugs with teleportation, cleaned up Lloyd's beacon sfx
This commit is contained in:
+1
-1
@@ -66,7 +66,7 @@ public class ScrollOfTeleportation extends Scroll {
|
||||
}
|
||||
} while (pos == -1);
|
||||
|
||||
if (pos == -1) {
|
||||
if (pos == -1 || Dungeon.bossLevel()) {
|
||||
|
||||
GLog.w( TXT_NO_TELEPORT );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user