Fixed #11888 / Minor sector submission fixes

This commit is contained in:
Anuken
2026-04-14 16:24:54 -04:00
parent be70941529
commit f5be90867f
7 changed files with 4 additions and 3 deletions

View File

@@ -926,6 +926,9 @@ public class ApplicationTests{
fail("Sector " + sector.name + " has unlocalized objectives: " + timers.toString(", ", t -> "'" + t.text + "'"));
}
//TODO: some Erekir sectors (origin, caldera) modify the cap, why?
//assertEquals(0, state.rules.unitCap, "Sector " + sector.name + " must not modify the unit cap.");
for(Tile tile : world.tiles){
if(tile.drop() != null){
resources.add(tile.drop());