fixes runtimes

This commit is contained in:
Poojawa
2018-10-12 05:55:50 -05:00
parent 91620218e4
commit a29e30a543
@@ -167,6 +167,10 @@
L.stop_pulling()
else if(istype(AM, /obj/structure/closet))
return
else if(istype(AM, /obj/effect))
return
else if(isobj(AM))
if (istype(AM, /obj/item))
var/obj/item/I = AM