[MIRROR] fix rhubarb define (#10106)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-02-08 12:18:46 -07:00
committed by GitHub
parent 0463f2acd8
commit 5c9af59457

View File

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