From f2bd4bf38cf342f01531078db7b7251e74a87945 Mon Sep 17 00:00:00 2001 From: Patrick 'Quezler' Mounier Date: Sat, 10 Oct 2020 18:35:00 +0200 Subject: [PATCH] Who needs two pairs of legs? --- core/src/mindustry/content/UnitTypes.java | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/core/src/mindustry/content/UnitTypes.java b/core/src/mindustry/content/UnitTypes.java index 9a92882cf6..af95d3977c 100644 --- a/core/src/mindustry/content/UnitTypes.java +++ b/core/src/mindustry/content/UnitTypes.java @@ -26,10 +26,7 @@ public class UnitTypes implements ContentList{ public static @EntityDef({Unitc.class, Mechc.class}) UnitType vela; //legs - public static @EntityDef({Unitc.class, Legsc.class}) UnitType corvus; - - //legs - public static @EntityDef({Unitc.class, Legsc.class}) UnitType atrax; + public static @EntityDef({Unitc.class, Legsc.class}) UnitType corvus, atrax; //legs + building public static @EntityDef({Unitc.class, Legsc.class, Builderc.class}) UnitType spiroct, arkyid, toxopid;