diff --git a/code/modules/hydroponics/grown_inedible.dm b/code/modules/hydroponics/grown_inedible.dm
index c2ae0074f2b..95c6e9350f4 100644
--- a/code/modules/hydroponics/grown_inedible.dm
+++ b/code/modules/hydroponics/grown_inedible.dm
@@ -92,8 +92,7 @@
user.Paralyse(5)
user << "You are stunned by the Deathnettle when you try picking it up!"
-/obj/item/weapon/grown/nettle/death/attack(mob/living/carbon/M, mob/user)
- if(!..()) return
+/obj/item/weapon/grown/nettle/death/afterattack(mob/living/carbon/M, mob/user)
if(istype(M, /mob/living))
M << "You are stunned by the powerful acid of the Deathnettle!"
add_logs(M, user, "attacked", src)
@@ -103,6 +102,7 @@
M.Paralyse(force / 6)
M.Weaken(force / 15)
M.drop_item()
+ ..()
/obj/item/weapon/corncob
name = "corn cob"