diff --git a/modular_ss220/hydroponics/code/plants.dm b/modular_ss220/hydroponics/code/plants.dm index 04e78d27bf5d..22666ad8ebdd 100644 --- a/modular_ss220/hydroponics/code/plants.dm +++ b/modular_ss220/hydroponics/code/plants.dm @@ -4,6 +4,11 @@ /obj/item/seeds/cucumber = 3,) . = ..() +// Unsorted seeds +/obj/item/unsorted_seeds/New(obj/item/seeds/template, mutation_level, list/mutation_focus, seed_data_in = null) + . = ..() + icon = template.icon + // Buckwheat /obj/item/seeds/wheat/oat mutatelist = list(/obj/item/seeds/wheat/buckwheat)