mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 22:12:58 +01:00
Handy Overlays (#9290)
This commit is contained in:
@@ -587,6 +587,7 @@ This function completely restores a damaged organ to perfect condition.
|
||||
to_chat(owner, "You feel \the [suit] constrict about your [name], supporting it.")
|
||||
status |= ORGAN_SPLINTED
|
||||
suit.supporting_limbs |= src
|
||||
owner.update_hud_hands()
|
||||
|
||||
//Updating germ levels. Handles organ germ levels and necrosis.
|
||||
/*
|
||||
|
||||
@@ -137,8 +137,17 @@
|
||||
maim_bonus = 1
|
||||
augment_limit = 1
|
||||
|
||||
/obj/item/organ/external/hand/take_damage(brute, burn, damage_flags, used_weapon, list/forbidden_limbs, silent)
|
||||
. = ..()
|
||||
owner.update_hud_hands()
|
||||
|
||||
/obj/item/organ/external/hand/sever_tendon()
|
||||
. = ..()
|
||||
owner.update_hud_hands()
|
||||
|
||||
/obj/item/organ/external/hand/removed()
|
||||
owner.drop_from_inventory(owner.gloves)
|
||||
owner.update_hud_hands()
|
||||
if(body_part == HAND_LEFT)
|
||||
owner.drop_l_hand()
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user