Merge pull request #14391 from kiwedespars/void-but-for-real

[HERETICS] Void & a handful of heretics-related PRS
This commit is contained in:
silicons
2021-03-18 06:38:40 -06:00
committed by GitHub
57 changed files with 1611 additions and 339 deletions
@@ -321,3 +321,16 @@
else
sound = pick('modular_citadel/sound/voice/human_female_pain_1.ogg', 'modular_citadel/sound/voice/human_female_pain_2.ogg', 'modular_citadel/sound/voice/human_female_pain_3.ogg', 'modular_citadel/sound/voice/human_female_scream_2.ogg', 'modular_citadel/sound/voice/human_female_scream_3.ogg', 'modular_citadel/sound/voice/human_female_scream_4.ogg')
playsound(user, sound, 50, 0, 0)
/datum/emote/living/clap1
key = "clap1"
key_third_person = "claps"
message = "claps their hands together."
emote_type = EMOTE_AUDIBLE
muzzle_ignore = TRUE
restraint_check = TRUE
/datum/emote/living/clap1/run_emote(mob/living/user, params)
if(!(. = ..()))
return
playsound(user, 'modular_citadel/sound/voice/clap.ogg', 50, 1, -1)