From 156ded022c05a96c310dc66ccb74eb7354886d55 Mon Sep 17 00:00:00 2001 From: Princess Cheeseballs <66055347+Princess-Cheeseballs@users.noreply.github.com> Date: Sat, 25 Oct 2025 17:47:52 -0700 Subject: [PATCH] [STAGING] Remove Wizard Roundstart Antag (#40983) * 1984 the wizard * this is better actually * disable wiz preference * add code comment --------- Co-authored-by: Princess Cheeseballs <66055347+Pronana@users.noreply.github.com> Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com> --- Resources/Prototypes/Roles/Antags/wizard.yml | 2 +- Resources/Prototypes/game_presets.yml | 6 +++--- Resources/Prototypes/secret_weights.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Resources/Prototypes/Roles/Antags/wizard.yml b/Resources/Prototypes/Roles/Antags/wizard.yml index 8ef9bda367..9d528f9b79 100644 --- a/Resources/Prototypes/Roles/Antags/wizard.yml +++ b/Resources/Prototypes/Roles/Antags/wizard.yml @@ -9,7 +9,7 @@ id: Wizard name: roles-antag-wizard-name antagonist: true - setPreference: true + # setPreference: true # Disabled as roundstart gamemode until reworked objective: roles-antag-wizard-objective # TODO: maybe give random objs and stationary ones from AntagObjectives and AntagRandomObjectives requirements: # I hate time locked roles but this should be enough time for someone to be acclimated - !type:OverallPlaytimeRequirement diff --git a/Resources/Prototypes/game_presets.yml b/Resources/Prototypes/game_presets.yml index ff6450d7cb..f7190a77c1 100644 --- a/Resources/Prototypes/game_presets.yml +++ b/Resources/Prototypes/game_presets.yml @@ -146,7 +146,7 @@ rules: - DummyNonAntagChance - Traitor - - SubGamemodesRule + - SubGamemodesRuleNoWizard - BasicStationEventScheduler - MeteorSwarmScheduler - SpaceTrafficControlEventScheduler @@ -175,7 +175,7 @@ rules: - Nukeops - DummyNonAntagChance - - SubGamemodesRule + - SubGamemodesRuleNoWizard - BasicStationEventScheduler - MeteorSwarmScheduler - SpaceTrafficControlEventScheduler @@ -193,7 +193,7 @@ rules: - DummyNonAntagChance - Revolutionary - - SubGamemodesRule + - SubGamemodesRuleNoWizard - BasicStationEventScheduler - MeteorSwarmScheduler - SpaceTrafficControlEventScheduler diff --git a/Resources/Prototypes/secret_weights.yml b/Resources/Prototypes/secret_weights.yml index fae71c8eea..a47030eed5 100644 --- a/Resources/Prototypes/secret_weights.yml +++ b/Resources/Prototypes/secret_weights.yml @@ -6,4 +6,4 @@ Zombie: 0.05 Survival: 0.10 Revolutionary: 0.05 - Wizard: 0.05 # Why not, should probably be lower + # Wizard: 0.05 # Disabled as roundstart gamemode until reworked -- 2.51.2