Merge pull request #8918 from listerla/warble

Ports Aurora Skrell emotes + fixes warble emote
This commit is contained in:
Spookerton
2023-02-04 20:34:30 +00:00
committed by GitHub
6 changed files with 22 additions and 0 deletions
@@ -193,6 +193,21 @@
emote_sound = 'sound/effects/warble.ogg' // Copyright CC BY 3.0 alienistcog (freesound.org) for the sound.
emote_message_3p = "warbles."
/decl/emote/audible/croon
key = "croon"
emote_message_3p = "croons..."
emote_sound = list('sound/voice/croon1.ogg', 'sound/voice/croon2.ogg')
/decl/emote/audible/lwarble
key = "lwarble"
emote_message_3p = "lets out a low, throaty warble!"
emote_sound = 'sound/voice/lwarble.ogg'
/decl/emote/audible/croak
key = "croak"
emote_message_3p = "croaks!"
emote_sound = 'sound/voice/croak.ogg'
/decl/emote/audible/vox_shriek
key = "shriek"
emote_message_3p = "SHRIEKS!"
@@ -366,6 +366,13 @@
O_INTESTINE = /obj/item/organ/internal/intestine/skrell
)
default_emotes = list(
/decl/emote/audible/warble,
/decl/emote/audible/lwarble,
/decl/emote/audible/croon,
/decl/emote/audible/croak
)
/datum/species/skrell/can_breathe_water()
return TRUE
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.