Gives curse of madness it's own sound

This commit is contained in:
Jordan Brown
2019-01-02 10:42:05 -05:00
parent 477b5773a9
commit 2de769bfcf
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -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, "<span class='reallybig hypnophrase'>[message]</span>")
to_chat(H, "<span class='warning'>Your mind shatters!</span>")
switch(rand(1,10))