mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-26 00:51:23 +00:00
adds *mggaow
mggaow!
This commit is contained in:
@@ -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)
|
||||
@@ -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'
|
||||
BIN
modular_skyrat/modules/emotes/sound/voice/mggaow.ogg
Normal file
BIN
modular_skyrat/modules/emotes/sound/voice/mggaow.ogg
Normal file
Binary file not shown.
Reference in New Issue
Block a user