mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 20:47:43 +01:00
Merge pull request #12583 from VOREStation/upstream-merge-8468
[MIRROR] Fixes catwalks making footsteps on everything
This commit is contained in:
@@ -128,9 +128,9 @@
|
|||||||
new /obj/item/stack/rods(get_turf(src))
|
new /obj/item/stack/rods(get_turf(src))
|
||||||
Destroy()
|
Destroy()
|
||||||
|
|
||||||
/obj/structure/catwalk/Crossed()
|
/obj/structure/catwalk/Crossed(atom/movable/AM)
|
||||||
. = ..()
|
. = ..()
|
||||||
if(isliving(usr) && !usr.is_incorporeal())
|
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)
|
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)
|
||||||
|
|
||||||
/obj/effect/catwalk_plated
|
/obj/effect/catwalk_plated
|
||||||
|
|||||||
Reference in New Issue
Block a user