From fac26032aaaec6378b62967571ba5f67c60f31cb Mon Sep 17 00:00:00 2001 From: Anuken Date: Sun, 3 Nov 2024 15:12:16 -0500 Subject: [PATCH] Updated Mycelial Bastion difficulty --- core/src/mindustry/content/SectorPresets.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/mindustry/content/SectorPresets.java b/core/src/mindustry/content/SectorPresets.java index 9152290555..6f49070308 100644 --- a/core/src/mindustry/content/SectorPresets.java +++ b/core/src/mindustry/content/SectorPresets.java @@ -121,7 +121,7 @@ public class SectorPresets{ }}; mycelialBastion = new SectorPreset("mycelialBastion", serpulo, 260){{ - difficulty = 7; + difficulty = 8; }}; overgrowth = new SectorPreset("overgrowth", serpulo, 134){{