This commit is contained in:
silicons
2021-02-22 02:50:58 -07:00
parent 2878c443e0
commit 10369a482c
97 changed files with 366 additions and 399 deletions

View File

@@ -9,8 +9,8 @@ var/list/blob_nodes = list()
health_regen = 3
point_return = 50
/obj/structure/blob/node/New(var/newloc)
..()
/obj/structure/blob/node/Initialize(mapload)
. = ..()
blob_nodes += src
START_PROCESSING(SSobj, src)
update_icon()