From 5c9af59457faa2369c31f4ffee3dc8dc59e8930c Mon Sep 17 00:00:00 2001 From: CHOMPStation2StaffMirrorBot <94713762+CHOMPStation2StaffMirrorBot@users.noreply.github.com> Date: Sat, 8 Feb 2025 12:18:46 -0700 Subject: [PATCH] [MIRROR] fix rhubarb define (#10106) Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> --- code/modules/hydroponics/seedtypes/rhubarb.dm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code/modules/hydroponics/seedtypes/rhubarb.dm b/code/modules/hydroponics/seedtypes/rhubarb.dm index 69bbed5ef3..b33f2a81f0 100644 --- a/code/modules/hydroponics/seedtypes/rhubarb.dm +++ b/code/modules/hydroponics/seedtypes/rhubarb.dm @@ -1,8 +1,8 @@ /datum/seed/rhubarb - name = PLANT_ROSE - seed_name = PLANT_ROSE - display_name = PLANT_ROSE - kitchen_tag = PLANT_ROSE + name = PLANT_RHUBARB + seed_name = PLANT_RHUBARB + display_name = PLANT_RHUBARB + kitchen_tag = PLANT_RHUBARB chems = list(REAGENT_ID_NUTRIMENT = list(1,15)) /datum/seed/rhubarb/New()