v0.3.1: adjusted how special floors handle random respawn cell logic.

This commit is contained in:
Evan Debenham
2015-08-17 03:28:01 -04:00
committed by Evan Debenham
parent f4c93c369c
commit c3513b5870
8 changed files with 33 additions and 7 deletions
@@ -237,7 +237,7 @@ public class SewerBossLevel extends RegularLevel {
@Override
public int randomRespawnCell() {
return -1;
return roomEntrance.random();
}