fixes a runtime if your hand gets cut off (#22073)

This commit is contained in:
GDN
2023-08-25 10:16:50 -05:00
committed by GitHub
parent 85b670b599
commit 09781fd2b0
@@ -205,6 +205,8 @@
/obj/item/organ/external/hand/proc/update_hand_missing()
// we need to come back to this once the hand is actually removed/dead
if(!owner) // Rather not have this trigger on already remove limbs
return
addtimer(CALLBACK(owner, TYPE_PROC_REF(/mob/living/carbon/human, update_hands_hud), 0))
/obj/item/organ/external/hand/right