Ammo resupply point implementation

This commit is contained in:
Anuken
2020-06-17 10:41:26 -04:00
parent de16c95dd6
commit 3c02234a3b
22 changed files with 959 additions and 838 deletions

View File

@@ -105,6 +105,8 @@ public class Rules{
public boolean cheat;
/** If true, resources are not consumed when building. */
public boolean infiniteResources;
/** If true, this team has infinite unit ammo. */
public boolean infiniteAmmo;
}
/** Copies this ruleset exactly. Not efficient at all, do not use often. */