More GC Define Transitions

This commit is contained in:
Fox-McCloud
2017-05-13 04:24:05 -04:00
parent 862a353d46
commit 31c9519f3e
41 changed files with 61 additions and 136 deletions
+1 -2
View File
@@ -227,8 +227,7 @@
/obj/item/device/mobcapsule/Destroy()
if(captured)
captured.ghostize()
qdel(captured)
captured = null
QDEL_NULL(captured)
return ..()
/obj/item/device/mobcapsule/attack(var/atom/A, mob/user, prox_flag)