diff --git a/code/modules/spells/spell_types/curse.dm b/code/modules/spells/spell_types/curse.dm
index 94f5da9c749..6c1a975781d 100644
--- a/code/modules/spells/spell_types/curse.dm
+++ b/code/modules/spells/spell_types/curse.dm
@@ -25,7 +25,7 @@ GLOBAL_VAR_INIT(curse_of_madness_triggered, FALSE)
give_madness(H, message)
/proc/give_madness(mob/living/carbon/human/H, message)
- H.playsound_local(H,'sound/hallucinations/veryfar_noise.ogg',40,1)
+ H.playsound_local(H,'sound/magic/curse.ogg',40,1)
to_chat(H, "[message]")
to_chat(H, "Your mind shatters!")
switch(rand(1,10))
diff --git a/sound/magic/curse.ogg b/sound/magic/curse.ogg
new file mode 100644
index 00000000000..f75369e90f8
Binary files /dev/null and b/sound/magic/curse.ogg differ