Make CereStation eligible for random map selection on 60+ players only #23206
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What Does This PR Do
min_players_random
variable (default0
) to/datum/map
. Used to filter out potential map picks during random map selection (that is, random map day) if the player count at the time of selection does not exceed it60
for CereStation. I picked that number kind of randomly, so I'm open to adjusting itWhy It's Good For The Game
On random map days, any map can currently be picked which is fine for normal pop. The problem is when CereStation (a large map) is picked during off hours where departments are rarely filled. At the time of writing, I just saw it get picked and the round started with 12 players in-game. That's a ridiculously low number
This doesn't solve the voting issue, but it should alleviate some of the frustration of having to deal with that map with hardly anyone online
Testing
Outputted the list of possible map picks at
60
then0
Changelog
🆑
tweak: CereStation may only be randomly picked if there are 60 players online or more on round end
/:cl: