From b49a6b86abcd5d888b827671051f7682f860bbed Mon Sep 17 00:00:00 2001 From: JimKil3 <47290811+JimKil3@users.noreply.github.com> Date: Mon, 10 Nov 2025 06:56:23 -0600 Subject: [PATCH] change (#30941) --- code/modules/reagents/chemistry/reagents/alcohol.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/chemistry/reagents/alcohol.dm b/code/modules/reagents/chemistry/reagents/alcohol.dm index 87c71e119fd..c069a691011 100644 --- a/code/modules/reagents/chemistry/reagents/alcohol.dm +++ b/code/modules/reagents/chemistry/reagents/alcohol.dm @@ -1809,7 +1809,7 @@ /datum/reagent/consumable/ethanol/howler/reaction_mob(mob/living/M, method = REAGENT_INGEST, volume) if(isvulpkanin(M)) - M.emote("howl") + M.emote("howl", intentional = TRUE) return ..() /datum/reagent/consumable/ethanol/howler/on_mob_life(mob/living/M)