Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce the Votable Gamemodes #350

Merged
merged 1 commit into from
Nov 14, 2024
Merged
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
10 changes: 5 additions & 5 deletions Resources/Prototypes/game_presets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
alias:
- survival
name: survival-title
showInVote: true # secret # DeltaV - Me when the survival. Used for periapsis.
showInVote: false # secret # DeltaV - Me when the survival. Used for periapsis.
description: survival-description
rules:
- RampingStationEventScheduler
Expand All @@ -14,7 +14,7 @@
id: SurvivalHellshift
alias:
- hellshift
showInVote: true
showInVote: false
name: hellshift-title
description: hellshift-description
rules:
Expand All @@ -25,7 +25,7 @@
- type: gamePreset
id: SurvivalIrregular
alias: [irregular]
showInVote: true
showInVote: false
name: irregular-title
description: irregular-description
rules:
Expand Down Expand Up @@ -62,7 +62,7 @@
- extended
- shittersafari
name: extended-title
showInVote: true #2boring2vote # DeltaV - I'd like to disagree, used for periapsis.
showInVote: false #2boring2vote # DeltaV - I'd like to disagree, used for periapsis.
description: extended-description
rules:
- BasicStationEventScheduler
Expand Down Expand Up @@ -127,7 +127,7 @@
- traitor
name: traitor-title
description: traitor-description
showInVote: true
showInVote: false
rules:
- Traitor
- SubGamemodesRule
Expand Down
Loading