From 21ef5fb1b73de1ec8e986200dbeb8cdfb9fcb2f0 Mon Sep 17 00:00:00 2001 From: Iatots <5155917+Iatots@users.noreply.github.com> Date: Thu, 23 Jul 2020 21:14:46 +0200 Subject: [PATCH] Update other_reagents.dm --- code/modules/reagents/chemistry/reagents/other_reagents.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/chemistry/reagents/other_reagents.dm b/code/modules/reagents/chemistry/reagents/other_reagents.dm index 02eb198388..32d2c779b5 100644 --- a/code/modules/reagents/chemistry/reagents/other_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/other_reagents.dm @@ -2381,7 +2381,7 @@ M.Immobilize(30) sleep(30) M.visible_message("[M] throws up a hairball! Disgusting!", ignored_mobs=M) - new /obj/item/toy/plush/Hairball(get_turf(M)) + new /obj/item/toy/plush/hairball(get_turf(M)) 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)