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
@@ -1697,6 +1697,10 @@
/mob/living/carbon/human/proc/tie_hair,
/mob/living/carbon/human/proc/lick_wounds) //Xenochimera get all the special verbs since they can't select traits.
default_emotes = list(
/datum/decl/emote/audible/xenochimera_scream,
)
virus_immune = 1 // They practically ARE one.
min_age = 18
max_age = 80
Binary file not shown.