mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 20:20:33 +01:00
SSmachine -> SSmachines
This commit is contained in:
@@ -628,7 +628,7 @@ var/datum/controller/subsystem/garbage/SSgarbage
|
||||
SearchVar(SSipintel)
|
||||
SearchVar(SSjob)
|
||||
SearchVar(SSlighting)
|
||||
SearchVar(SSmachine)
|
||||
SearchVar(SSmachines)
|
||||
SearchVar(SSmapping)
|
||||
SearchVar(SSminimap)
|
||||
SearchVar(SSmob)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
var/datum/controller/subsystem/machines/SSmachine
|
||||
var/datum/controller/subsystem/machines/SSmachines
|
||||
|
||||
/datum/controller/subsystem/machines
|
||||
name = "Machines"
|
||||
@@ -26,7 +26,7 @@ var/datum/controller/subsystem/machines/SSmachine
|
||||
propagate_network(PC,PC.powernet)
|
||||
|
||||
/datum/controller/subsystem/machines/New()
|
||||
NEW_SS_GLOBAL(SSmachine)
|
||||
NEW_SS_GLOBAL(SSmachines)
|
||||
|
||||
|
||||
/datum/controller/subsystem/machines/stat_entry()
|
||||
@@ -65,7 +65,7 @@ var/datum/controller/subsystem/machines/SSmachine
|
||||
propagate_network(PC,PC.powernet)
|
||||
|
||||
/datum/controller/subsystem/machines/Recover()
|
||||
if (istype(SSmachine.processing))
|
||||
processing = SSmachine.processing
|
||||
if (istype(SSmachine.powernets))
|
||||
powernets = SSmachine.powernets
|
||||
if (istype(SSmachines.processing))
|
||||
processing = SSmachines.processing
|
||||
if (istype(SSmachines.powernets))
|
||||
powernets = SSmachines.powernets
|
||||
Reference in New Issue
Block a user