Prototype unit cap mechanic
This commit is contained in:
@@ -4,18 +4,14 @@ package mindustry.world.meta;
|
||||
public enum BlockFlag{
|
||||
/** Enemy core; primary target for all units. */
|
||||
core,
|
||||
/** Rally point for units.*/
|
||||
rally,
|
||||
/** Producer of important goods. */
|
||||
producer,
|
||||
/** A turret. */
|
||||
turret,
|
||||
/** Only the command center block.*/
|
||||
comandCenter,
|
||||
/** Repair point. */
|
||||
repair,
|
||||
/** Upgrade pad. */
|
||||
mechPad;
|
||||
/** Any block that boosts unit capacity. */
|
||||
unitModifier;
|
||||
|
||||
public final static BlockFlag[] all = values();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user