Adds feedback for defibbing and scanning husked people (#16357)

* husk

* extra space

Co-authored-by: SabreML <57483089+SabreML@users.noreply.github.com>

Co-authored-by: SabreML <57483089+SabreML@users.noreply.github.com>
This commit is contained in:
hal9000PR
2021-07-26 18:08:37 +01:00
committed by GitHub
co-authored by SabreML
parent 8267ff7991
commit 7906e66871
2 changed files with 5 additions and 0 deletions
@@ -264,6 +264,9 @@ REAGENT SCANNER
else
to_chat(user, "<span class='notice'>Subject's genes are stable.</span>")
if(HAS_TRAIT(H, TRAIT_HUSK))
to_chat(user, "<span class='danger'>Subject is husked. Application of synthflesh is recommended.</span>")
/obj/item/healthanalyzer/attack_self(mob/user)
toggle_mode()