Merge pull request #3304 from Citadel-Station-13/upstream-merge-31517

[MIRROR] Jungle Fever carriers now hear the proper antag sound
This commit is contained in:
LetterJay
2017-10-12 07:15:33 -04:00
committed by GitHub
@@ -52,6 +52,7 @@
to_chat(carrier.current, "<b>Soon the disease will transform you into an ape. Afterwards, you will be able spread the infection to others with a bite.</b>")
to_chat(carrier.current, "<b>While your infection strain is undetectable by scanners, any other infectees will show up on medical equipment.</b>")
to_chat(carrier.current, "<b>Your mission will be deemed a success if any of the live infected monkeys reach CentCom.</b>")
carrier.current.playsound_local(get_turf(carrier.current), 'sound/ambience/antag/monkey.ogg', 100, FALSE, pressure_affected = FALSE)
return
/datum/game_mode/monkey/post_setup()