From ba19aa5080f34b1d42e8ae5a87068fccc1aa24c7 Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Fri, 8 Feb 2019 12:54:27 +0100 Subject: [PATCH] Unification Process --- code/modules/hydroponics/seed_datums.dm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/code/modules/hydroponics/seed_datums.dm b/code/modules/hydroponics/seed_datums.dm index ddb507572b..386a60d750 100644 --- a/code/modules/hydroponics/seed_datums.dm +++ b/code/modules/hydroponics/seed_datums.dm @@ -1286,12 +1286,6 @@ can_self_harvest = 1 has_mob_product = null -/datum/seed/hardlightseed/typesx - name = "Type-SX Hardlight Generator" - seed_name = "Biomechanical Hardlight generator seed SX" - display_name = "Biomechanical Hardlight stem SX"//PLant that is part mechanical part biological - has_mob_product = /mob/living/simple_animal/retaliate/synx/pet/holo/ - /datum/seed/hardlightseed/New() ..() set_trait(TRAIT_IMMUTABLE,1) //Normal genetics wont be able to do much with the mechanical parts, its more a machine than a real plant