[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>
This commit is contained in:
Princess Cheeseballs 2025-10-25 17:47:52 -07:00 committed by GitHub
parent bb248dcff8
commit 156ded022c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View 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

View file

@ -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

View 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