Make CereStation eligible for random map selection on 60+ players (#23206)

This commit is contained in:
dearmochi
2023-11-25 06:47:47 +09:00
committed by GitHub
parent 3679215d45
commit 86d28cc958
3 changed files with 4 additions and 1 deletions
+2
View File
@@ -16,3 +16,5 @@
var/webmap_url
/// Is this map voteable?
var/voteable = TRUE
/// Minimum amount of players required for this map to be eligible in random map picks.
var/min_players_random = 0
+1
View File
@@ -3,3 +3,4 @@
technical_name = "CereStation"
map_path = "_maps/map_files/cerestation/cerestation.dmm"
webmap_url = "https://affectedarc07.github.io/SS13WebMap/Paradise/CereStation/"
min_players_random = 60