Revert "Garbage collection, asset delivery, icon2html revolution, and general…" (#15815)

This reverts commit cc05d51b69.
This commit is contained in:
Heroman3003
2024-03-10 20:01:05 +10:00
committed by GitHub
parent 484ffed97a
commit f6d0f62622
251 changed files with 1629 additions and 2362 deletions
-5
View File
@@ -87,21 +87,16 @@
if(parent && parent.children)
parent.children -= src
parent = null
if(children)
for(var/obj/item/organ/external/C in children)
children -= C
C.parent = null
qdel(C)
if(internal_organs)
for(var/obj/item/organ/O in internal_organs)
internal_organs -= O
qdel(O)
if(splinted && splinted.loc == src)
splinted.loc = null
qdel(splinted)
splinted = null