v1.4.0: fixed unintentionally committed debug code in SpecialRoom

This commit is contained in:
Evan Debenham
2022-08-21 13:44:02 -04:00
parent 80b520cae5
commit 792b4de2ba

View File

@@ -125,8 +125,6 @@ public abstract class SpecialRoom extends Room {
if (!runConsSpecials.isEmpty()) runSpecials.add(runConsSpecials.remove(0));
}
runSpecials.add(0, WeakFloorRoom.class);
pitNeededDepth = -1;
}