diff --git a/core/src/mindustry/content/SectorPresets.java b/core/src/mindustry/content/SectorPresets.java index a6e4dca023..af3c58fda7 100644 --- a/core/src/mindustry/content/SectorPresets.java +++ b/core/src/mindustry/content/SectorPresets.java @@ -52,7 +52,7 @@ public class SectorPresets{ difficulty = 3; }}; - facility32m = new SectorPreset("facility32m", serpulo, 170){{ + facility32m = new SectorPreset("facility32m", serpulo, 64){{ captureWave = 25; difficulty = 4; }};