From ec2bd9b8767fb0e2e09b97fe9ac0b16bd2f5d4ca Mon Sep 17 00:00:00 2001 From: Iatots <5155917+Iatots@users.noreply.github.com> Date: Fri, 24 Jul 2020 08:40:25 +0200 Subject: [PATCH] Update plushes.dm --- code/game/objects/items/plushes.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/plushes.dm b/code/game/objects/items/plushes.dm index 13ad1134a4..7b1725994a 100644 --- a/code/game/objects/items/plushes.dm +++ b/code/game/objects/items/plushes.dm @@ -193,7 +193,7 @@ if(istype(I, /obj/item/grenade)) if(unstuffable) to_chat(user, "No... you should destroy it now!") - sleep(10) + do_after(10) SEND_SOUND(user, 'sound/weapons/armbomb.ogg') return if(stuffed)