This commit is contained in:
kevinz000
2018-10-14 20:03:17 -07:00
parent 67cf6cad0c
commit 2c0898f870
93 changed files with 204 additions and 204 deletions

View File

@@ -83,7 +83,7 @@ var/list/blob_cores = list()
/obj/structure/blob/core/New(var/newloc, var/client/new_overmind = null, new_rate = 2, placed = 0)
..(newloc)
blob_cores += src
processing_objects += src
START_PROCESSING(SSobj, src)
update_icon() //so it atleast appears
if(!placed && !overmind)
create_overmind(new_overmind)
@@ -97,7 +97,7 @@ var/list/blob_cores = list()
overmind.blob_core = null
qdel(overmind)
overmind = null
processing_objects -= src
STOP_PROCESSING(SSobj, src)
return ..()
/obj/structure/blob/core/update_icon()