From b07e7d2f886a5ee259c785fc2edbf6be39096ff3 Mon Sep 17 00:00:00 2001 From: oranges Date: Fri, 9 Dec 2016 09:03:48 +1300 Subject: [PATCH] Remove botany "mines" trait as it is sadly too powerful (#21995) --- code/modules/hydroponics/plant_genes.dm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/code/modules/hydroponics/plant_genes.dm b/code/modules/hydroponics/plant_genes.dm index ab4f18a1a97..92dba1e1631 100644 --- a/code/modules/hydroponics/plant_genes.dm +++ b/code/modules/hydroponics/plant_genes.dm @@ -181,10 +181,6 @@ examine_line = "It has a lot of liquid contents inside." origin_tech = list("biotech" = 5) -/datum/plant_gene/trait/squash/on_slip(obj/item/weapon/reagent_containers/food/snacks/grown/G, mob/living/carbon/target) - G.squash(target) - - /datum/plant_gene/trait/slip // Makes plant slippery, unless it has a grown-type trash. Then the trash gets slippery. // Applies other trait effects (teleporting, etc) to the target by on_slip.