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:
Charlie Nolan
2024-03-16 09:17:53 -07:00
committed by GitHub
parent 1799458add
commit b067b8bb04
3 changed files with 8 additions and 0 deletions
@@ -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