From fa9246ec606b700abece571b03ea246dce171333 Mon Sep 17 00:00:00 2001 From: Charlie Nolan Date: Mon, 18 Mar 2024 10:55:38 -0700 Subject: [PATCH] Capitalized Comfrey. (#24642) --- code/modules/hydroponics/grown/herbals.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/hydroponics/grown/herbals.dm b/code/modules/hydroponics/grown/herbals.dm index 87ff2959c04..964b2e4a36b 100644 --- a/code/modules/hydroponics/grown/herbals.dm +++ b/code/modules/hydroponics/grown/herbals.dm @@ -3,7 +3,7 @@ desc = "These seeds grow into comfrey." icon_state = "seed-cabbage" species = "cabbage" - plantname = "comfrey" + plantname = "Comfrey" product = /obj/item/food/snacks/grown/comfrey yield = 2 maturation = 3