mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Make CereStation eligible for random map selection on 60+ players (#23206)
This commit is contained in:
@@ -143,7 +143,7 @@ SUBSYSTEM_DEF(ticker)
|
||||
var/list/pickable_types = list()
|
||||
for(var/x in subtypesof(/datum/map))
|
||||
var/datum/map/M = x
|
||||
if(initial(M.voteable))
|
||||
if(initial(M.voteable) && length(GLOB.clients) >= initial(M.min_players_random))
|
||||
pickable_types += M
|
||||
|
||||
var/datum/map/target_map = pick(pickable_types)
|
||||
|
||||
Reference in New Issue
Block a user