mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-27 23:29:10 +01:00
[MIRROR] Fixes catwalks making footsteps on everything
This commit is contained in:
@@ -128,7 +128,11 @@
|
||||
new /obj/item/stack/rods(get_turf(src))
|
||||
Destroy()
|
||||
|
||||
<<<<<<< HEAD
|
||||
/obj/structure/catwalk/Crossed(atom/movable/AM as mob|obj)
|
||||
=======
|
||||
/obj/structure/catwalk/Crossed(atom/movable/AM)
|
||||
>>>>>>> 41741010cb... Merge pull request #12583 from VOREStation/upstream-merge-8468
|
||||
. = ..()
|
||||
if(isliving(AM) && !AM.is_incorporeal())
|
||||
playsound(src, pick('sound/effects/footstep/catwalk1.ogg', 'sound/effects/footstep/catwalk2.ogg', 'sound/effects/footstep/catwalk3.ogg', 'sound/effects/footstep/catwalk4.ogg', 'sound/effects/footstep/catwalk5.ogg'), 25, 1)
|
||||
|
||||
Reference in New Issue
Block a user