Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Resources/Prototypes/Roles/Antags/wizard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
id: Wizard
name: roles-antag-wizard-name
antagonist: true
setPreference: true
# setPreference: true
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
Expand Down
6 changes: 3 additions & 3 deletions Resources/Prototypes/game_presets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
rules:
- DummyNonAntagChance
- Traitor
- SubGamemodesRule
- SubGamemodesRuleNoWizard
- BasicStationEventScheduler
- MeteorSwarmScheduler
- SpaceTrafficControlEventScheduler
Expand Down Expand Up @@ -175,7 +175,7 @@
rules:
- Nukeops
- DummyNonAntagChance
- SubGamemodesRule
- SubGamemodesRuleNoWizard
- BasicStationEventScheduler
- MeteorSwarmScheduler
- SpaceTrafficControlEventScheduler
Expand All @@ -193,7 +193,7 @@
rules:
- DummyNonAntagChance
- Revolutionary
- SubGamemodesRule
- SubGamemodesRuleNoWizard
- BasicStationEventScheduler
- MeteorSwarmScheduler
- SpaceTrafficControlEventScheduler
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/secret_weights.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 # Why not, should probably be lower
Loading