mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 16:44:33 +01:00
fixes a runtime if your hand gets cut off (#22073)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user