[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:
parent
bb248dcff8
commit
156ded022c
3 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue