mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 23:23:28 +01:00
Added a setting that gates random station traits on round start. (#24641)
The setting is on by default, but disabled in the example config, to help test servers be more predictable.
This commit is contained in:
@@ -34,6 +34,9 @@ PROCESSING_SUBSYSTEM_DEF(station)
|
||||
|
||||
return
|
||||
|
||||
if(!GLOB.configuration.gamemode.add_random_station_traits)
|
||||
return
|
||||
|
||||
for(var/i in subtypesof(/datum/station_trait))
|
||||
var/datum/station_trait/trait_typepath = i
|
||||
|
||||
|
||||
Reference in New Issue
Block a user