mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-27 23:11:12 -08:00
Merge pull request #2894 from Quezler/patch-51
Who needs two pairs of legs?
This commit is contained in:
commit
dbdd1bd87f
1 changed files with 1 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue