From 6f803bbca09a0aa25bc0a4572f2e5a3920c3fc7f Mon Sep 17 00:00:00 2001 From: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com> Date: Wed, 23 Aug 2023 22:19:15 -0400 Subject: [PATCH] Adds a period to two flower descriptions. (#22030) --- code/modules/hydroponics/grown/flowers.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/hydroponics/grown/flowers.dm b/code/modules/hydroponics/grown/flowers.dm index 6b2a787ac4d..4f759bafd99 100644 --- a/code/modules/hydroponics/grown/flowers.dm +++ b/code/modules/hydroponics/grown/flowers.dm @@ -43,7 +43,7 @@ /obj/item/reagent_containers/food/snacks/grown/poppy/lily seed = /obj/item/seeds/poppy/lily name = "lily" - desc = "A beautiful white flower" + desc = "A beautiful white flower." icon_state = "lily" tastes = list("lily" = 1) filling_color = "#C7BBAD" @@ -63,7 +63,7 @@ /obj/item/reagent_containers/food/snacks/grown/poppy/geranium seed = /obj/item/seeds/poppy/geranium name = "geranium" - desc = "A beautiful purple flower" + desc = "A beautiful purple flower." icon_state = "geranium" tastes = list("geranium" = 1) filling_color = "#A463FB"