mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 21:48:21 +01:00
Fix shock sounds (#20457)
This commit is contained in:
@@ -349,7 +349,7 @@
|
||||
turfs += T
|
||||
|
||||
var/turf/T = pick(turfs)
|
||||
target.playsound_local(T, 'sound/weapons/Egloves.ogg', 25, TRUE)
|
||||
target.playsound_local(T, 'sound/weapons/egloves.ogg', 25, TRUE)
|
||||
target.playsound_local(T, get_sfx("bodyfall"), 25, TRUE)
|
||||
target.playsound_local(T, "sparks", 50, TRUE)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user