Fixes Gatfruit (#24469)

* Oh Cyberboss

* Update grown.dm
This commit is contained in:
ExcessiveUseOfCobblestone
2017-02-28 18:04:12 +13:00
committed by oranges
parent 2641f04d3c
commit dcaeccf2b3
+2 -3
View File
@@ -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 << "<span class='notice'>You open [src]\'s shell, revealing \a [T].</span>"