mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-17 05:12:40 +00:00
9 lines
270 B
Plaintext
9 lines
270 B
Plaintext
/datum/controller/subsystem/processing/station/SetupTraits()
|
|
if(fexists(FUTURE_STATION_TRAITS_FILE)) //Station traits were previously configured
|
|
return ..()
|
|
|
|
if(!CONFIG_GET(flag/weighted_station_traits)) //Weighted station traits are deactivated
|
|
return
|
|
|
|
. = ..()
|