Initialize and GC failure fixes #1 (#13190)

This commit is contained in:
mikomyazaki
2022-02-15 23:45:30 +01:00
committed by GitHub
parent ab1833fe86
commit 08ea043e69
12 changed files with 31 additions and 27 deletions
+4
View File
@@ -178,6 +178,10 @@
listening_objects += src
/obj/item/device/assembly_holder/Destroy()
if(a_left)
a_left.holder = null
if(a_right)
a_right.holder = null
listening_objects -= src
return ..()