Campaign rule for unpredictable wave AI

This commit is contained in:
Anuken
2024-09-13 18:50:46 -04:00
parent 1529c40400
commit 6e5561a36e
6 changed files with 38 additions and 15 deletions

View File

@@ -59,6 +59,7 @@ public class CampaignRulesDialog extends BaseDialog{
check("@rules.fog", b -> rules.fog = b, () -> rules.fog);
check("@rules.showspawns", b -> rules.showSpawns = b, () -> rules.showSpawns);
check("@rules.randomwaveai", b -> rules.randomWaveAI = b, () -> rules.randomWaveAI);
}).growY();
}