New skrell emotes (#12571)

This commit is contained in:
LocoTokyoFunBus
2021-10-03 22:07:15 -03:00
committed by GitHub
parent 45e2ab42d9
commit e99b7b58eb
7 changed files with 25 additions and 2 deletions
+4 -2
View File
@@ -88,9 +88,11 @@
/datum/species/skrell
default_emotes = list(
/decl/emote/audible/warble
/decl/emote/audible/warble,
/decl/emote/audible/croon,
/decl/emote/audible/lowarble,
/decl/emote/audible/croak
)
/mob/living/carbon/human/set_species(var/new_species, var/default_colour = 1)
UNLINT(. = ..())
update_emotes()
@@ -255,3 +255,18 @@
key = "warble"
emote_message_3p = "USER warbles!"
emote_sound = 'sound/voice/warble.ogg'
/decl/emote/audible/croon
key = "croon"
emote_message_3p = "USER croons..."
emote_sound = list('sound/voice/croon1.ogg', 'sound/voice/croon2.ogg')
/decl/emote/audible/lowarble
key = "lwarble"
emote_message_3p = "USER lets out a low, throaty warble!"
emote_sound = 'sound/voice/low warble.ogg'
/decl/emote/audible/croak
key = "croak"
emote_message_3p = "USER croaks!"
emote_sound = 'sound/voice/croak.ogg'