Removes the entry in sound.dm for servostep.ogg (#2004)
This commit is contained in:
committed by
kevinz000
parent
6d4c97120f
commit
bd3c3e9de4
@@ -567,7 +567,7 @@
|
||||
if(!istype(H) || H.wear_suit != src)
|
||||
return
|
||||
if(footstep > 1)
|
||||
playsound(src, "servostep", 100, 1)
|
||||
playsound(src, 'sound/effects/servostep.ogg', 100, 1)
|
||||
footstep = 0
|
||||
else
|
||||
footstep++
|
||||
|
||||
Reference in New Issue
Block a user