From 7e6ba4a98ef646d767085f25afc9799b91848d4f Mon Sep 17 00:00:00 2001 From: Epowerj Date: Wed, 31 Aug 2022 18:15:56 -0400 Subject: [PATCH] Added caldera to the campaign --- core/src/mindustry/content/SectorPresets.java | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/core/src/mindustry/content/SectorPresets.java b/core/src/mindustry/content/SectorPresets.java index 19209d7f26..c26e1136da 100644 --- a/core/src/mindustry/content/SectorPresets.java +++ b/core/src/mindustry/content/SectorPresets.java @@ -12,7 +12,7 @@ public class SectorPresets{ impact0078, desolateRift, nuclearComplex, planetaryTerminal, coastline, navalFortress, - onset, aegis, lake, intersect, basin, atlas, split, marsh, peaks, ravine; + onset, aegis, lake, intersect, basin, atlas, split, marsh, peaks, ravine, caldera; public static void load(){ //region serpulo @@ -152,6 +152,10 @@ public class SectorPresets{ captureWave = 24; }}; + caldera = new SectorPreset("caldera-erekir", erekir, 43){{ + difficulty = 4; + }}; + //endregion } }