mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-21 03:36:47 +01:00
Returns original meow + Adds mrowl
idk why you'd remove a perfectly fine emote
This commit is contained in:
@@ -1440,6 +1440,14 @@
|
||||
|
||||
/datum/emote/living/audio/meow
|
||||
key = "meow"
|
||||
key_third_person = "mrowls"
|
||||
message = "mrowls!"
|
||||
emote_sound = 'modular_citadel/sound/voice/meow1.ogg'
|
||||
emote_cooldown = 0.6 SECONDS
|
||||
emote_pitch_variance = FALSE
|
||||
|
||||
/datum/emote/living/audio/meow1
|
||||
key = "meow1"
|
||||
key_third_person = "meows"
|
||||
message = "meows!"
|
||||
emote_sound = 'modular_splurt/sound/voice/catpeople/cat_meow1.ogg'
|
||||
@@ -1462,6 +1470,14 @@
|
||||
emote_sound = pick('modular_splurt/sound/voice/catpeople/cat_mew1.ogg', 'modular_splurt/sound/voice/catpeople/cat_mew2.ogg') // Credit to Nyanotrasen (https://github.com/Nyanotrasen/Nyanotrasen)
|
||||
. = ..()
|
||||
|
||||
/datum/emote/living/audio/mrowl
|
||||
key = "mrowl"
|
||||
key_third_person = "mrowls"
|
||||
message = "mrowls."
|
||||
emote_sound = 'modular_splurt/sound/voice/mrowl.ogg'
|
||||
emote_cooldown = 0.95 SECONDS
|
||||
emote_pitch_variance = FALSE
|
||||
|
||||
/datum/emote/living/audio/mrrp
|
||||
key = "mrrp"
|
||||
key_third_person = "mrrps"
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user