Merge pull request #42185 from Cyberboss/curse

Gives curse of madness it's own sound
This commit is contained in:
oranges
2019-01-07 19:29:26 +13:00
committed by GitHub
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))