mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 03:25:49 +01:00
Merge pull request #16998 from lewcc/med-scanner-rads
Add radioactive message to health analyzer
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user