mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 19:15:11 +01:00
@@ -1,4 +1,4 @@
|
||||
var/list/blob_nodes = list()
|
||||
GLOBAL_LIST_EMPTY(blob_nodes)
|
||||
|
||||
/obj/structure/blob/node
|
||||
name = "blob node"
|
||||
@@ -11,12 +11,12 @@ var/list/blob_nodes = list()
|
||||
|
||||
/obj/structure/blob/node/Initialize(mapload, new_overmind)
|
||||
. = ..()
|
||||
blob_nodes += src
|
||||
GLOB.blob_nodes += src
|
||||
START_PROCESSING(SSobj, src)
|
||||
update_icon()
|
||||
|
||||
/obj/structure/blob/node/Destroy()
|
||||
blob_nodes -= src
|
||||
GLOB.blob_nodes -= src
|
||||
STOP_PROCESSING(SSobj, src)
|
||||
return ..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user