From e7162004f2635a888bb514bebd68285d18e83bae Mon Sep 17 00:00:00 2001 From: Patrick 'Quezler' Mounier Date: Wed, 16 Sep 2020 12:04:24 +0200 Subject: [PATCH] + commander --- core/src/mindustry/content/UnitTypes.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/mindustry/content/UnitTypes.java b/core/src/mindustry/content/UnitTypes.java index 1a570948bc..a5ea22f8a2 100644 --- a/core/src/mindustry/content/UnitTypes.java +++ b/core/src/mindustry/content/UnitTypes.java @@ -41,7 +41,7 @@ public class UnitTypes implements ContentList{ //air + building + mining public static @EntityDef({Unitc.class, Builderc.class, Minerc.class}) UnitType alpha, beta, gamma; - //water + //water + commander public static @EntityDef({Unitc.class, WaterMovec.class, Commanderc.class}) UnitType risso, minke, bryde; //special block unit type