v0.3.1: adjusted how special floors handle random respawn cell logic.
This commit is contained in:
committed by
Evan Debenham
parent
f4c93c369c
commit
c3513b5870
@@ -176,7 +176,7 @@ public class LastShopLevel extends RegularLevel {
|
||||
|
||||
@Override
|
||||
public int randomRespawnCell() {
|
||||
return -1;
|
||||
return roomEntrance.random();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user