Power-based ammo / Refactoring / IP kicks / Fixes

This commit is contained in:
Anuken
2020-09-24 13:05:39 -04:00
parent db94acdb83
commit 0a07458186
28 changed files with 322 additions and 126 deletions

View File

@@ -12,6 +12,8 @@ public enum BlockFlag{
repair,
/** Rally point. */
rally,
/** Block that stored power for resupply. */
powerResupply,
/** Any block that boosts unit capacity. */
unitModifier;