Update code/game/objects/items/plushes.dm

Co-authored-by: Letter N <24603524+LetterN@users.noreply.github.com>
This commit is contained in:
Iatots
2020-07-24 15:23:11 +02:00
committed by GitHub
parent 83c6dc65ba
commit b6437a4ada

View File

@@ -193,7 +193,9 @@
if(istype(I, /obj/item/grenade))
if(unstuffable)
to_chat(user, "<span class='warning'>No... you should destroy it now!</span>")
do_after(10)
sleep(10)
if(QDELETED(user) || QDELETED(src))
return
SEND_SOUND(user, 'sound/weapons/armbomb.ogg')
return
if(stuffed)