Handy Overlays (#9290)

This commit is contained in:
Geeves
2020-07-09 11:13:06 +02:00
committed by GitHub
parent fa97d4e97b
commit c04c1c17ca
7 changed files with 44 additions and 7 deletions
+1
View File
@@ -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.
/*
+9
View File
@@ -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