]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
[STAGING] Remove Wizard Roundstart Antag (#40983)
authorPrincess Cheeseballs <66055347+Princess-Cheeseballs@users.noreply.github.com>
Sun, 26 Oct 2025 00:47:52 +0000 (17:47 -0700)
committerGitHub <noreply@github.com>
Sun, 26 Oct 2025 00:47:52 +0000 (17:47 -0700)
* 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
Resources/Prototypes/game_presets.yml
Resources/Prototypes/secret_weights.yml

index 8ef9bda36762e499348e5fd075c809cb410bd720..9d528f9b79720380367184d1ce86f0cc90773688 100644 (file)
@@ -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
index ff6450d7cb8a73f5a86540aa5b85fb14f998e8f3..f7190a77c17b3745a67336c36c9808fc6f82249a 100644 (file)
   rules:
   - DummyNonAntagChance
   - Traitor
-  - SubGamemodesRule
+  - SubGamemodesRuleNoWizard
   - BasicStationEventScheduler
   - MeteorSwarmScheduler
   - SpaceTrafficControlEventScheduler
   rules:
   - Nukeops
   - DummyNonAntagChance
-  - SubGamemodesRule
+  - SubGamemodesRuleNoWizard
   - BasicStationEventScheduler
   - MeteorSwarmScheduler
   - SpaceTrafficControlEventScheduler
   rules:
   - DummyNonAntagChance
   - Revolutionary
-  - SubGamemodesRule
+  - SubGamemodesRuleNoWizard
   - BasicStationEventScheduler
   - MeteorSwarmScheduler
   - SpaceTrafficControlEventScheduler
index fae71c8eea1e911699d157b0eda718bb35ccd021..a47030eed5440e29da6db8acd39aa7f87bad95af 100644 (file)
@@ -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