From 2b8276d69f224f7003a0af886cfdf4eb0033c13c Mon Sep 17 00:00:00 2001 From: christiankabbalahexpert <83491949+christiankabbalahexpert@users.noreply.github.com> Date: Sat, 12 Jul 2025 00:34:22 +1000 Subject: [PATCH] Fixed *brap by assigning it a noise_type --- GainStation13/code/modules/mob/living/emote.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/GainStation13/code/modules/mob/living/emote.dm b/GainStation13/code/modules/mob/living/emote.dm index 181ebfddeb..f1e4947d37 100644 --- a/GainStation13/code/modules/mob/living/emote.dm +++ b/GainStation13/code/modules/mob/living/emote.dm @@ -68,6 +68,7 @@ key = "brap" key_third_person = "braps" message = "" + noise_type = "brap" reduction_min = 6 reduction_max = 12