mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-07-18 03:32:56 +01:00
Update code/game/objects/structures/catwalk.dm
Co-authored-by: Spookerton <spkrtn@pm.me>
This commit is contained in:
@@ -120,7 +120,7 @@
|
||||
new /obj/item/stack/rods(get_turf(src))
|
||||
Destroy()
|
||||
|
||||
/obj/structure/catwalk/Crossed(atom/movable/AM as mob|obj)
|
||||
/obj/structure/catwalk/Crossed(atom/movable/AM)
|
||||
. = ..()
|
||||
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