Map submission fixes / Fixed moving units not hitting conveyors

This commit is contained in:
Anuken
2024-10-01 21:53:48 -04:00
parent 8fc821d67b
commit aaa27a0b69
5 changed files with 10 additions and 2 deletions

View File

@@ -34,6 +34,7 @@ public class SectorPresets{
testingGrounds = new SectorPreset("testingGrounds", serpulo, 3){{
difficulty = 7;
captureWave = 33;
}};
frozenForest = new SectorPreset("frozenForest", serpulo, 86){{