This commit is contained in:
Anuken
2025-12-27 21:42:22 -05:00
parent 1a89fc9f8e
commit 8fb7aa34e3
4 changed files with 13 additions and 4 deletions

View File

@@ -64,7 +64,7 @@ public class Rules{
public boolean fire = true;
/** Whether units use and require ammo. */
public boolean unitAmmo = false;
/** EXPERIMENTAL! If true, air and ground units target random things each wave instead of only the core/generators. */
/** If true, air and ground units target random things each wave instead of only the core/generators. */
public boolean randomWaveAI = false;
/** EXPERIMENTAL! If true, blocks will update in units and share power. */
public boolean unitPayloadUpdate = false;