mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-24 05:07:18 +01:00
reagent holder rework (#6903)
- reagents are now singletons - most of reagent holder datums are refactored.
This commit is contained in:
@@ -1045,42 +1045,6 @@ GLOBAL_DATUM_INIT(sdql2_vv_statobj, /obj/effect/statclick/SDQL2_VV_all, new(null
|
||||
v = Failsafe
|
||||
if("CFG")
|
||||
v = config
|
||||
/*
|
||||
//Subsystem switches
|
||||
if("SSgarbage")
|
||||
v = SSgarbage
|
||||
if("SSmachines")
|
||||
v = SSmachines
|
||||
if("SSobj")
|
||||
v = SSobj
|
||||
if("SSresearch")
|
||||
v = SSresearch
|
||||
if("SSprojectiles")
|
||||
v = SSprojectiles
|
||||
if("SSprocess_5fps")
|
||||
v = SSprocess_5fps
|
||||
if("SSticker")
|
||||
v = SSticker
|
||||
if("SStimer")
|
||||
v = SStimer
|
||||
if("SSradiation")
|
||||
v = SSradiation
|
||||
if("SSnpcpool")
|
||||
v = SSnpcpool
|
||||
if("SSmobs")
|
||||
v = SSmobs
|
||||
if("SSquirks")
|
||||
v = SSquirks
|
||||
if("SSwet_floors")
|
||||
v = SSwet_floors
|
||||
if("SSshuttle")
|
||||
v = SSshuttle
|
||||
if("SSmapping")
|
||||
v = SSmapping
|
||||
if("SSevents")
|
||||
v = SSevents
|
||||
//End
|
||||
*/
|
||||
else
|
||||
return null
|
||||
else if(object == GLOB) // Shitty ass hack kill me.
|
||||
|
||||
Reference in New Issue
Block a user