From b6437a4ada8fb49b1996aeadfeaad897acacfcbd Mon Sep 17 00:00:00 2001 From: Iatots <5155917+Iatots@users.noreply.github.com> Date: Fri, 24 Jul 2020 15:23:11 +0200 Subject: [PATCH] Update code/game/objects/items/plushes.dm Co-authored-by: Letter N <24603524+LetterN@users.noreply.github.com> --- code/game/objects/items/plushes.dm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/game/objects/items/plushes.dm b/code/game/objects/items/plushes.dm index 7b1725994a..44205f4884 100644 --- a/code/game/objects/items/plushes.dm +++ b/code/game/objects/items/plushes.dm @@ -193,7 +193,9 @@ if(istype(I, /obj/item/grenade)) if(unstuffable) to_chat(user, "No... you should destroy it now!") - do_after(10) + sleep(10) + if(QDELETED(user) || QDELETED(src)) + return SEND_SOUND(user, 'sound/weapons/armbomb.ogg') return if(stuffed)