diff --git a/code/modules/hydroponics/seedtypes/eggplant.dm b/code/modules/hydroponics/seedtypes/eggplant.dm index fc1e2c8838..dac9fa7973 100644 --- a/code/modules/hydroponics/seedtypes/eggplant.dm +++ b/code/modules/hydroponics/seedtypes/eggplant.dm @@ -4,7 +4,7 @@ seed_name = PLANT_EGGPLANT display_name = "eggplants" kitchen_tag = PLANT_EGGPLANT - mutants = list(PLANT_EGGPLANT) + mutants = list(PLANT_EGG_PLANT) chems = list(REAGENT_ID_NUTRIMENT = list(1,10)) /datum/seed/eggplant/New()