From 1eb311895302e8c5c92f063f40dd85ae89a1ecc7 Mon Sep 17 00:00:00 2001 From: Samuka <47865393+Samuka-C@users.noreply.github.com> Date: Mon, 24 Nov 2025 08:49:27 -0300 Subject: [PATCH] No more sub wizards in xenoborg preset (#41565) no more sub wizards in xenoborg preset --- Resources/Prototypes/GameRules/roundstart.yml | 9 +++++++++ Resources/Prototypes/game_presets.yml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/GameRules/roundstart.yml b/Resources/Prototypes/GameRules/roundstart.yml index 6b3e3e841a..80e8aba005 100644 --- a/Resources/Prototypes/GameRules/roundstart.yml +++ b/Resources/Prototypes/GameRules/roundstart.yml @@ -49,6 +49,15 @@ - id: SubWizard prob: 0.05 +- type: entity + parent: BaseGameRule + id: SubGamemodesRuleNoWizardNoXenoborg + components: + - type: SubGamemodes + rules: + - id: Thief + prob: 0.5 + - type: entity parent: BaseGameRule id: DummyNonAntagChance diff --git a/Resources/Prototypes/game_presets.yml b/Resources/Prototypes/game_presets.yml index 9db2e74a35..62a36de52b 100644 --- a/Resources/Prototypes/game_presets.yml +++ b/Resources/Prototypes/game_presets.yml @@ -227,7 +227,7 @@ rules: - Xenoborgs - DummyNonAntagChance - - SubGamemodesRuleNoXenoborg # no two motherships + - SubGamemodesRuleNoWizardNoXenoborg # no two motherships - BasicStationEventScheduler - MeteorSwarmScheduler - SpaceTrafficControlEventScheduler -- 2.52.0