adds *mggaow

mggaow!
This commit is contained in:
Lasshy KorshBot
2023-04-13 00:01:41 -05:00
parent 3e885f1e29
commit 12444a7a15
3 changed files with 15 additions and 1 deletions

View File

@@ -146,7 +146,8 @@
/mob/living/proc/emote_rpurr,
/mob/living/proc/emote_purr,
/mob/living/proc/emote_moo,
/mob/living/proc/emote_honk1
/mob/living/proc/emote_honk1,
/mob/living/proc/emote_mggaow
)
all_emotes += skyrat_living_emotes
@@ -1018,3 +1019,8 @@
set name = "| Mark Turf |"
set category = "Emotes+"
usr.emote("turf", intentional = TRUE)
/mob/living/proc/emote_mggaow()
set name = "> Mggaow"
set category = "Emotes+"
usr.emote("mggaow", intentional = TRUE)

View File

@@ -519,3 +519,11 @@
emote_type = EMOTE_AUDIBLE
vary = TRUE
sound = 'sound/effects/glassbash.ogg'
/datum/emote/living/mggaow
key = "mggaow"
key_third_person = "meows loudly"
message = "meows loudly!"
emote_type = EMOTE_AUDIBLE
vary = TRUE
sound = 'modular_skyrat/modules/emotes/sound/voice/mggaow.ogg'

Binary file not shown.