diff --git a/code/modules/hydroponics/plant_genes.dm b/code/modules/hydroponics/plant_genes.dm index beb19687d87..bf52eb315d8 100644 --- a/code/modules/hydroponics/plant_genes.dm +++ b/code/modules/hydroponics/plant_genes.dm @@ -517,7 +517,10 @@ description = "It may be harvested multiple times from the same plant." icon = "cubes-stacked" /// Don't allow replica pods to be multi harvested, please. - seed_blacklist = list(/obj/item/seeds/replicapod) + seed_blacklist = list( + /obj/item/seeds/replicapod, + /obj/item/seeds/seedling/evil, + ) mutability_flags = PLANT_GENE_REMOVABLE | PLANT_GENE_MUTATABLE | PLANT_GENE_GRAFTABLE /*