[MIRROR] fix egg plant mutation (#9940)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-01-26 08:35:23 -07:00
committed by GitHub
parent 82ea0944dd
commit aa0d3c5c6c

View File

@@ -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()