mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 03:57:48 +01:00
xenochimera scream (#19558)
This commit is contained in:
@@ -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.
Reference in New Issue
Block a user