From 191131fb60e056cf78aba3c2c85279cbb57bbf0d Mon Sep 17 00:00:00 2001 From: Burzah <116982774+Burzah@users.noreply.github.com> Date: Wed, 20 Aug 2025 07:40:44 -0700 Subject: [PATCH] Changes a description of a mushroom (#30191) * edit * dorf * dorf2 --- code/modules/hydroponics/grown/mushrooms.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/hydroponics/grown/mushrooms.dm b/code/modules/hydroponics/grown/mushrooms.dm index 9d3d77973d4..84af69757b3 100644 --- a/code/modules/hydroponics/grown/mushrooms.dm +++ b/code/modules/hydroponics/grown/mushrooms.dm @@ -140,7 +140,7 @@ /obj/item/food/grown/mushroom/plumphelmet seed = /obj/item/seeds/plump name = "plump-helmet" - desc = "Plumus Hellmus: Plump, soft and s-so inviting~" + desc = "Hypogeus mycora: A small mushroom typically found underground." icon_state = "plumphelmet" filling_color = "#9370DB" tastes = list("plump helmet" = 1, "dwarven hardiness" = 1)