From: Princess Cheeseballs <66055347+Princess-Cheeseballs@users.noreply.github.com> Date: Sun, 26 Oct 2025 00:47:52 +0000 (-0700) Subject: [STAGING] Remove Wizard Roundstart Antag (#40983) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=156ded022c05a96c310dc66ccb74eb7354886d55;p=space-station-14.git [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> --- 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