From aa0d3c5c6c951f2aa0c9bb0277e7aa1db1248e8a Mon Sep 17 00:00:00 2001 From: CHOMPStation2StaffMirrorBot <94713762+CHOMPStation2StaffMirrorBot@users.noreply.github.com> Date: Sun, 26 Jan 2025 08:35:23 -0700 Subject: [PATCH] [MIRROR] fix egg plant mutation (#9940) Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> --- code/modules/hydroponics/seedtypes/eggplant.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()