Update hand hud on limb reattachment and unmutate. (#32146)

* Update hand hud when performing reattachment surgery.

* Fix hand hud on unmutate.
This commit is contained in:
Alan
2026-07-01 19:28:11 -04:00
committed by GitHub
parent 99c3082a75
commit 56775e8e2a
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -156,7 +156,7 @@
target.update_body()
target.updatehealth()
target.UpdateDamageIcon()
target.update_hands_hud()
// This is a step that handles robotic limb attachment while skipping the "connect" step
// THIS IS DISTINCT FROM USING A CYBORG LIMB TO CREATE A NEW LIMB ORGAN
@@ -168,6 +168,10 @@
can_grasp = 1
fragile = TRUE
/obj/item/organ/external/hand/unmutate()
..()
owner.update_hands_hud()
/obj/item/organ/external/hand/emp_act(severity)
..()
if(!owner || !is_robotic() || emp_proof || !tough) // Augmented arms and hands drop whatever they are holding on EMP.