mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 08:34:16 +01:00
Adds a period to two flower descriptions. (#22030)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user