fixes a fuck load of sounds

This commit is contained in:
StrangeWeirdKitten
2024-10-24 07:52:55 -06:00
parent ae0b926948
commit 25289b8bc6
92 changed files with 209 additions and 212 deletions
@@ -27,7 +27,7 @@
vv_update_display(D, "deleted", "")
// Skyrat edit addition start -- optional bluespace sparks on delete
if(T && prefs.read_preference(/datum/preference/toggle/admin/delete_sparks))
playsound(T, 'sound/magic/Repulse.ogg', 100, 1)
playsound(T, 'sound/effects/magic/repulse.ogg', 100, 1)
var/datum/effect_system/spark_spread/quantum/sparks = new
sparks.set_up(10, 1, T)
sparks.attach(T)