mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Kashargul <KashL@t-online.de> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
12 lines
352 B
Plaintext
12 lines
352 B
Plaintext
/decl/emote/audible/belch
|
|
key = "belch"
|
|
emote_message_3p = "belches."
|
|
message_type = AUDIBLE_MESSAGE
|
|
sound_preferences = list(/datum/preference/toggle/emote_noises, /datum/preference/toggle/belch_noises)
|
|
|
|
/decl/emote/audible/belch/get_emote_sound(var/atom/user)
|
|
return list(
|
|
"sound" = sound(get_sfx("belches")),
|
|
"vol" = emote_volume / 2
|
|
)
|