Adds Analyzer Examine Hint (#12336)

This commit is contained in:
Dave
2019-09-20 17:58:03 -07:00
committed by variableundefined
parent 6378e6e2e6
commit caffb8fd65
@@ -338,6 +338,10 @@ proc/healthscan(mob/user, mob/living/M, mode = 1, upgraded = FALSE)
var/cooldown_time = 250
var/accuracy // 0 is the best accuracy.
/obj/item/analyzer/examine(mob/user)
.=..()
to_chat(user, "<span class='info'>Alt-click [src] to activate the barometer function.</span>")
/obj/item/analyzer/attack_self(mob/user as mob)
if(user.stat)