From 3e1954f9de63f58bf45b8cfef3ad51cd0c078c1c Mon Sep 17 00:00:00 2001 From: Anuken Date: Thu, 25 Nov 2021 13:29:02 -0500 Subject: [PATCH] Scuttler disabled for now --- core/src/mindustry/content/UnitTypes.java | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/mindustry/content/UnitTypes.java b/core/src/mindustry/content/UnitTypes.java index b109816d9b..052337a518 100644 --- a/core/src/mindustry/content/UnitTypes.java +++ b/core/src/mindustry/content/UnitTypes.java @@ -2624,6 +2624,7 @@ public class UnitTypes implements ContentList{ //endregion //region neoplasm + if(false) scuttler = new NeoplasmUnitType("scuttler"){{ health = 20000; armor = 17;