Various campaign-related tweaks

This commit is contained in:
Anuken
2020-05-13 17:04:59 -04:00
parent c432639dfa
commit 04dc701c25
15 changed files with 77 additions and 36 deletions

View File

@@ -59,7 +59,7 @@ public class Rules{
/** How many times longer a launch wave takes. */
public float launchWaveMultiplier = 2f;
/** Base unit cap. Can still be increased by blocks. */
public int unitCap = 10;
public int unitCap = 0;
/** Sector for saves that have them.*/
public @Nullable Sector sector;
/** Region that save is on. Indicates campaign. TODO not implemented. */