From: Samuka <47865393+Samuka-C@users.noreply.github.com> Date: Mon, 24 Nov 2025 11:49:27 +0000 (-0300) Subject: No more sub wizards in xenoborg preset (#41565) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=1eb311895302e8c5c92f063f40dd85ae89a1ecc7;p=space-station-14.git No more sub wizards in xenoborg preset (#41565) no more sub wizards in xenoborg preset --- 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