Files
S.P.L.U.R.T-Station-13/modular_splurt/code/controllers/subsystem/processing/station.dm
BongaTheProto d05daefe81 why wasn't this added in first place
bruh!!!!!!!
2022-08-28 13:22:09 -05:00

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
. = ..()