mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-12 00:27:31 +01:00
[MIRROR] Add config for station traits [MDB IGNORE] (#18468)
* Add config for station traits * Update station.dm Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com> Co-authored-by: Zonespace <41448081+Zonespace27@users.noreply.github.com>
This commit is contained in:
@@ -26,11 +26,8 @@ PROCESSING_SUBSYSTEM_DEF(station)
|
||||
|
||||
///Rolls for the amount of traits and adds them to the traits list
|
||||
/datum/controller/subsystem/processing/station/proc/SetupTraits()
|
||||
// SKYRAT EDIT ADDITION
|
||||
#ifdef LOWMEMORYMODE // NO MORE FUCKING STUPID STATION TRAITS ON STARTUP WHEN IM TESTING SHIT FUCK YOU
|
||||
return
|
||||
#endif
|
||||
// SKYRAT EDIT END
|
||||
if (CONFIG_GET(flag/forbid_station_traits))
|
||||
return
|
||||
|
||||
if (fexists(FUTURE_STATION_TRAITS_FILE))
|
||||
var/forced_traits_contents = file2text(FUTURE_STATION_TRAITS_FILE)
|
||||
|
||||
Reference in New Issue
Block a user