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
@@ -62,7 +62,7 @@ public class Fadeleaf extends Plant {
}
} while (newPos == -1);
if (newPos != -1) {
if (newPos != -1 && !Dungeon.bossLevel()) {
ch.pos = newPos;
ch.sprite.place( ch.pos );