Merge pull request #11610 from lm40/master

adds audible belch emote
This commit is contained in:
Casey
2021-09-24 05:01:45 +00:00
committed by Chompstation Bot
parent a0f76219c3
commit c49a5fc579
4 changed files with 19 additions and 1 deletions
@@ -0,0 +1,10 @@
/decl/emote/audible/belch
key = "belch"
emote_message_3p = "belches."
message_type = AUDIBLE_MESSAGE
/decl/emote/audible/belch/get_emote_sound(var/atom/user)
return list(
"sound" = sound(get_sfx("belches")),
"vol" = emote_volume / 2
)