From 2143d557bd4ea94a40ac4d6c016a1dea1a9364ba Mon Sep 17 00:00:00 2001 From: Contrabang <91113370+Contrabang@users.noreply.github.com> Date: Thu, 27 Jul 2023 15:09:45 -0400 Subject: [PATCH] oh the humanity (#21845) --- code/game/objects/items/toys.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/toys.dm b/code/game/objects/items/toys.dm index 3404220c64d..621668c9c56 100644 --- a/code/game/objects/items/toys.dm +++ b/code/game/objects/items/toys.dm @@ -550,7 +550,7 @@ /obj/item/toy/plushie/Destroy() QDEL_NULL(grenade) - ..() + return ..() /obj/item/toy/plushie/attackby(obj/item/I, mob/living/user, params) if(I.sharp)