Various unit logic additions

This commit is contained in:
Anuken
2020-10-06 11:26:25 -04:00
parent 06925e70c8
commit 9182b48b85
15 changed files with 232 additions and 23 deletions

View File

@@ -13,7 +13,9 @@ public enum BlockFlag{
/** Rally point. */
rally,
/** Block that stored power for resupply. */
powerResupply,
powerRes,
/** Block used for resupply. */
resupply,
/** Any block that boosts unit capacity. */
unitModifier;