mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Adds Analyzer Examine Hint (#12336)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user