Skip to content

Commit

Permalink
Lowers antag amount for Grimbly Pop Balance. (Grimbly-Station#124)
Browse files Browse the repository at this point in the history
<!--
This is a semi-strict format, you can add/remove sections as needed but
the order/format should be kept the same
Remove these comments before submitting
-->

# As the title says.

<!--
Explain this PR in as much detail as applicable

Some example prompts to consider:
How might this affect the game? The codebase?
What might be some alternatives to this?
How/Who does this benefit/hurt [the game/codebase]?
-->

---
<!--
You can add an author after the `:cl:` to change the name that appears
in the changelog (ex: `:cl: Death`)
Leaving it blank will default to your GitHub display name
This includes all available types for the changelog
-->

:cl:
- fix: Lowers antag amount for Grimbly Pop Balance.
  • Loading branch information
SsalamethVersaach authored Oct 29, 2024
2 parents 59aa39d + 760553a commit bb1c397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Prototypes/GameRules/roundstart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
- type: AntagSelection
definitions:
- prefRoles: [ Traitor ]
max: 12
max: 6 ##Was 12. Made it 6 for Grimbly Pop Balance.
playerRatio: 10
lateJoinAdditional: true
mindComponents:
Expand Down

0 comments on commit bb1c397

Please sign in to comment.