Core fill items rule

This commit is contained in:
Anuken
2025-05-07 15:47:57 -04:00
parent 0d1bc2ada1
commit f0257790b8
5 changed files with 15 additions and 7 deletions

View File

@@ -299,6 +299,8 @@ public class Rules{
public boolean aiCoreSpawn = true;
/** If true, blocks don't require power or resources. */
public boolean cheat;
/** If true, the core is always filled to capacity with all items. */
public boolean fillItems;
/** If true, resources are not consumed when building. */
public boolean infiniteResources;
/** If true, this team has infinite unit ammo. */