From 378e188b3b627fb9ab3410f1f96cf6be079c9f08 Mon Sep 17 00:00:00 2001 From: timothyteakettle <59849408+timothyteakettle@users.noreply.github.com> Date: Mon, 6 Apr 2020 23:57:00 +0100 Subject: [PATCH] goodbye slip prickles --- code/modules/hydroponics/plant_genes.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/modules/hydroponics/plant_genes.dm b/code/modules/hydroponics/plant_genes.dm index c34aba28c8..a82634ae26 100644 --- a/code/modules/hydroponics/plant_genes.dm +++ b/code/modules/hydroponics/plant_genes.dm @@ -415,9 +415,6 @@ /datum/plant_gene/trait/stinging name = "Hypodermic Prickles" -/datum/plant_gene/trait/stinging/on_slip(obj/item/reagent_containers/food/snacks/grown/G, atom/target) - on_throw_impact(G, target) - /datum/plant_gene/trait/stinging/on_throw_impact(obj/item/reagent_containers/food/snacks/grown/G, atom/target) if(isliving(target) && G.reagents && G.reagents.total_volume) var/mob/living/L = target