mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 11:38:12 +01:00
Let's add feline noises! (#19638)
* Lets add feline noises * Normalizing the emote
This commit is contained in:
@@ -302,6 +302,18 @@
|
||||
emote_message_mute_3p = "silently purrs."
|
||||
emote_sound = 'sound/voice/cat_purr_long.ogg'
|
||||
|
||||
/datum/decl/emote/audible/catgrowl
|
||||
key = "catgrowl"
|
||||
emote_message_3p = "growls like a big cat!"
|
||||
emote_message_mute_3p = "growls like a big cat!"
|
||||
emote_sound = 'sound/voice/cougar.ogg'
|
||||
|
||||
/datum/decl/emote/audible/catgrowl2
|
||||
key = "catgrowl2"
|
||||
emote_message_3p = "growls like an upset big cat!"
|
||||
emote_message_mute_3p = "growls like an upset big cat!"
|
||||
emote_sound = 'sound/voice/lynx.ogg'
|
||||
|
||||
/datum/decl/emote/audible/fennecscream
|
||||
key = "fennecscream"
|
||||
emote_message_3p = "screeches!"
|
||||
|
||||
@@ -108,6 +108,8 @@ GLOBAL_LIST_INIT(human_default_emotes, list(
|
||||
/datum/decl/emote/audible/vox_shriek,
|
||||
/datum/decl/emote/audible/purr,
|
||||
/datum/decl/emote/audible/purrlong,
|
||||
/datum/decl/emote/audible/catgrowl,
|
||||
/datum/decl/emote/audible/catgrowl2,
|
||||
/datum/decl/emote/audible/awoo,
|
||||
/datum/decl/emote/audible/awoo2,
|
||||
/datum/decl/emote/audible/belch,
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user