From a9c51fc6247045a9be1bec8145cc5501733a7cef Mon Sep 17 00:00:00 2001 From: Iatots <5155917+Iatots@users.noreply.github.com> Date: Fri, 24 Jul 2020 08:40:48 +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 518b3d823f..50bf31afd5 100644 --- a/code/modules/reagents/chemistry/reagents/other_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/other_reagents.dm @@ -2379,7 +2379,7 @@ knotted = 0 playsound(M,'sound/voice/catpeople/puking.ogg', 110, FALSE) M.Immobilize(30) - sleep(30) + do_after(30) M.visible_message("[M] throws up a hairball! Disgusting!", ignored_mobs=M) new /obj/item/toy/plush/hairball(get_turf(M)) to_chat(M, "Aaaah that's better!")