From a31e1602273c530e6c947c953e9a63613243c5a7 Mon Sep 17 00:00:00 2001 From: Iatots <5155917+Iatots@users.noreply.github.com> Date: Fri, 24 Jul 2020 16:06:35 +0200 Subject: [PATCH] this return stone keeps the null tigers away --- code/modules/reagents/chemistry/reagents/other_reagents.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/reagents/chemistry/reagents/other_reagents.dm b/code/modules/reagents/chemistry/reagents/other_reagents.dm index 801fd4ac18..99e1f1481b 100644 --- a/code/modules/reagents/chemistry/reagents/other_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/other_reagents.dm @@ -2383,5 +2383,6 @@ to_chat(M, "Aaaah that's better!") SEND_SIGNAL(M, COMSIG_ADD_MOOD_EVENT, "cleared_stomach", /datum/mood_event/cleared_stomach, name) M.reagents.del_reagent(/datum/reagent/hairball) + return ..()