why wasn't this added in first place

bruh!!!!!!!
This commit is contained in:
BongaTheProto
2022-08-28 13:22:09 -05:00
parent a459056a03
commit d05daefe81
4 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
/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
. = ..()