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)