mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 11:34:19 +01:00
Make CereStation eligible for random map selection on 60+ players (#23206)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user