Adds a new sound for when the janitor proximity mine is activated (#20976)

* Adds sound to the janitor proximity mine

* here comes the sound

* Not necessary
This commit is contained in:
Henri215
2023-05-08 18:52:48 -03:00
committed by GitHub
parent 8809ada03e
commit 5dc6151ce7
2 changed files with 2 additions and 1 deletions
+2 -1
View File
@@ -51,7 +51,8 @@
if(iscarbon(AM) && !isbrain(AM))
var/mob/living/carbon/C = AM
if(C.m_intent != MOVE_INTENT_WALK)
src.visible_message("[src] beeps, \"Running on wet floors is hazardous to your health.\"")
visible_message("[src] beeps, \"Sign says walk, asshole.\"")
playsound(src, 'sound/misc/sign_says_walk.ogg', 40)
explosion(src.loc,-1,0,2)
if(ishuman(C))
dead_legs(C)