xenochimera scream (#19558)

This commit is contained in:
Cameron Lennox
2026-06-30 21:14:46 +02:00
committed by GitHub
parent a678ec3390
commit 7f1a1604e6
3 changed files with 14 additions and 0 deletions
@@ -395,3 +395,13 @@
)
var/sound = pick(goo_sounds)
playsound(user.loc, sound, 100, 1)
/datum/decl/emote/audible/xenochimera_scream
key = "xscream"
emote_message_1p = "You let out a horrid scream!"
emote_message_3p = "lets out a horrid scream!"
emote_message_1p_target = "You let out a horrid scream at TARGET!"
emote_message_3p_target = "lets out a horrid scream at TARGET!"
emote_message_mute_3p = "tries to scream but makes no sound!"
emote_sound = 'sound/voice/xenochimera_scream.ogg'
sound_vary = FALSE