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

Changing the pull #380

Merged
merged 10 commits into from
Jul 29, 2024
9 changes: 6 additions & 3 deletions Resources/Prototypes/game_presets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
- extended
- shittersafari
name: extended-title
showInVote: false #2boring2vote
showInVote: true
maxPlayers: 5
description: extended-description
rules:
- BasicStationEventScheduler
Expand All @@ -42,7 +43,8 @@
- greenshift
- shittersafarideluxeedition
name: greenshift-title
showInVote: false #4boring4vote
showInVote: true
maxPlayers: 3
description: greenshift-description
rules:
- BasicRoundstartVariation
Expand Down Expand Up @@ -109,7 +111,7 @@
- dm
name: death-match-title
description: death-match-description
showInVote: true
showInVote: false
supportedMaps: DeathMatchMapPool
rules:
- DeathMatch31
Expand Down Expand Up @@ -160,3 +162,4 @@
- BasicStationEventScheduler
- GameRuleMeteorScheduler
- BasicRoundstartVariation

Loading