Resprites Health Analyzers and Adds Scanning Animations

This commit is contained in:
Michiyamenotehifunana
2019-07-30 13:10:35 +08:00
parent 2a541f8304
commit b29d8dfdf9
2 changed files with 2 additions and 0 deletions
@@ -54,6 +54,8 @@ HALOGEN COUNTER - Radcount on mobs
if (!(ishuman(user) || ticker) && ticker.mode.name != "monkey")
to_chat(user, "<span class='warning'>You don't have the dexterity to do this!</span>")
return
flick("[icon_state]-scan", src) //makes it so that it plays the scan animation on a succesful scan
user.visible_message("<span class='notice'>[user] has analyzed [M]'s vitals.</span>","<span class='notice'>You have analyzed [M]'s vitals.</span>")
if (!ishuman(M) || M.isSynthetic())