Merge pull request #16998 from lewcc/med-scanner-rads

Add radioactive message to health analyzer
This commit is contained in:
variableundefined
2021-10-31 22:25:16 -05:00
committed by GitHub
@@ -267,6 +267,9 @@ REAGENT SCANNER
if(HAS_TRAIT(H, TRAIT_HUSK))
to_chat(user, "<span class='danger'>Subject is husked. Application of synthflesh is recommended.</span>")
if(H.radiation > RAD_MOB_SAFE)
to_chat(user, "<span class='danger'>Subject is irradiated.</span>")
/obj/item/healthanalyzer/attack_self(mob/user)
toggle_mode()