Remove botany "mines" trait as it is sadly too powerful (#21995)

This commit is contained in:
oranges
2016-12-09 09:03:48 +13:00
committed by KorPhaeron
parent a01215135a
commit b07e7d2f88
-4
View File
@@ -181,10 +181,6 @@
examine_line = "<span class='info'>It has a lot of liquid contents inside.</span>"
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.