v0.3.0b: corrected teleportation working in goo level, also mildly refactored cursed wand teleport effect

This commit is contained in:
Evan Debenham
2015-05-29 00:32:21 -04:00
parent 5751e5a89b
commit ed48a40c09
2 changed files with 7 additions and 1 deletions
@@ -237,6 +237,12 @@ public class SewerBossLevel extends RegularLevel {
drop( item, pos ).type = Heap.Type.REMAINS;
}
}
@Override
public int randomRespawnCell() {
return -1;
}
public void seal() {
if (entrance != 0) {