v0.3.0b: corrected teleportation working in goo level, also mildly refactored cursed wand teleport effect
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user