Merge pull request #4973 from monster860/health_scanner_fix

Fixes health scanner not having closing tag on it
This commit is contained in:
Fox McCloud
2016-07-10 15:38:54 -04:00
committed by GitHub
+1 -1
View File
@@ -136,7 +136,7 @@ REAGENT SCANNER
user.show_message("\blue Key: Suffocation/Toxin/Burns/Brute", 1)
user.show_message("\blue Body Temperature: ???", 1)
return
user.visible_message("<span class='notice'>[user] has analyzed [M]'s vitals.","<span class='notice'> You have analyzed [M]'s vitals.")
user.visible_message("<span class='notice'>[user] has analyzed [M]'s vitals.</span>","<span class='notice'> You have analyzed [M]'s vitals.</span>")
if(!istype(M,/mob/living/carbon/human) || M.isSynthetic())
//these sensors are designed for organic life