Fix shock sounds (#20457)

This commit is contained in:
Luc
2023-02-27 11:01:32 -06:00
committed by GitHub
parent 79d8f54125
commit 90fbfb8d0c
6 changed files with 7 additions and 7 deletions
@@ -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)