Deleted items update their loc's inhand overlays if they are in a mob
when GC'd.
This commit is contained in:
mwerezak
2015-07-09 22:55:51 -04:00
parent 194c786205
commit bb0dea8991
+2
View File
@@ -66,6 +66,8 @@
if(ismob(loc))
var/mob/m = loc
m.unEquip(src, 1)
m.update_inv_r_hand()
m.update_inv_l_hand()
return ..()
/obj/item/device