mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Merge pull request #6357 from Michiyamenotehifunana/HanalSprites
Resprites Health Analyzers and Adds Scanning Animations
This commit is contained in:
@@ -55,6 +55,8 @@ HALOGEN COUNTER - Radcount on mobs
|
|||||||
if (!(ishuman(user) || ticker) && ticker.mode.name != "monkey")
|
if (!(ishuman(user) || ticker) && ticker.mode.name != "monkey")
|
||||||
to_chat(user, "<span class='warning'>You don't have the dexterity to do this!</span>")
|
to_chat(user, "<span class='warning'>You don't have the dexterity to do this!</span>")
|
||||||
return
|
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>")
|
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())
|
if (!ishuman(M) || M.isSynthetic())
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 72 KiB |
Reference in New Issue
Block a user