Checks to prevent uncaptureable sectors

This commit is contained in:
Anuken
2020-10-17 09:59:20 -04:00
parent c3d0819cc1
commit be394c4b33
6 changed files with 25 additions and 6 deletions

View File

@@ -106,6 +106,8 @@ public class Rules{
public boolean ai;
/** TODO Tier of blocks/designs that the AI uses for building. [0, 1]*/
public float aiTier = 0f;
/** Whether, when AI is enabled, ships should be spawned from the core. */
public boolean aiCoreSpawn = true;
/** If true, blocks don't require power or resources. */
public boolean cheat;
/** If true, resources are not consumed when building. */