This commit is contained in:
Anuken
2020-10-19 10:04:10 -04:00
parent 7f21d61078
commit 80f801db36
22 changed files with 228 additions and 128 deletions

View File

@@ -4,18 +4,22 @@ package mindustry.world.meta;
public enum BlockFlag{
/** Enemy core; primary target for all units. */
core,
/** Producer of important goods. */
producer,
/** A turret. */
/** Something that generates power. */
generator,
/** Any turret. */
turret,
/** A block that transforms resources. */
factory,
/** Repair point. */
repair,
/** Rally point. */
rally,
/** Block that stored power for resupply. */
powerRes,
battery,
/** Block used for resupply. */
resupply,
/** Any reactor block. */
reactor,
/** Any block that boosts unit capacity. */
unitModifier;