Files
VOREStation/code/modules/emotes/definitions/audible_belch.dm
T
Kashargul f8333a8d93 Staticpath [MDB ignore] (#19166)
* move those to static paths

* maps

* .

* .

* ugh

* .
2026-02-22 22:10:59 +01:00

12 lines
364 B
Plaintext

/datum/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)
/datum/decl/emote/audible/belch/get_emote_sound(var/atom/user)
return list(
"sound" = sound(get_sfx("belches")),
"vol" = emote_volume / 2
)