mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-28 15:48:49 +01:00
@@ -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
|
||||
)
|
||||
Reference in New Issue
Block a user