From dcaeccf2b3297dc80736a22d151c479be408fd76 Mon Sep 17 00:00:00 2001 From: ExcessiveUseOfCobblestone Date: Tue, 28 Feb 2017 00:04:12 -0500 Subject: [PATCH] Fixes Gatfruit (#24469) * Oh Cyberboss * Update grown.dm --- code/modules/hydroponics/grown.dm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/code/modules/hydroponics/grown.dm b/code/modules/hydroponics/grown.dm index 2d6db948e52..c4f0d15a17a 100644 --- a/code/modules/hydroponics/grown.dm +++ b/code/modules/hydroponics/grown.dm @@ -166,7 +166,6 @@ var/obj/item/T if(trash) T = generate_trash() - qdel(src) - if(trash) - user.put_in_hands(T) + qdel(src) + user.putItemFromInventoryInHandIfPossible(T, user.active_hand_index, TRUE) user << "You open [src]\'s shell, revealing \a [T]."