From 01cabbe64c8d2a1569d5505a2b9d93e911bf3616 Mon Sep 17 00:00:00 2001 From: MistakeNot4892 Date: Sun, 29 Oct 2023 18:01:49 +1100 Subject: [PATCH] Fixing some grammar in plant strings. --- code/game/objects/structures/flora/flora.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/objects/structures/flora/flora.dm b/code/game/objects/structures/flora/flora.dm index a7c9b08a76..e58780f0dd 100644 --- a/code/game/objects/structures/flora/flora.dm +++ b/code/game/objects/structures/flora/flora.dm @@ -417,7 +417,7 @@ /obj/structure/flora/pottedplant/subterranean name = "subterranean potted plant" - desc = "This is a subterranean plant. It's bulbous ends glow faintly." + desc = "This is a subterranean plant. Its bulbous ends glow faintly." icon_state = "plant-20" light_range = 2 light_power = 0.6 @@ -493,7 +493,7 @@ /obj/structure/flora/sif/subterranean name = "subterranean bulbs" - desc = "This is a subterranean plant. It's bulbous ends glow faintly." + desc = "This is a subterranean plant. Its bulbous ends glow faintly." icon_state = "glowplant" light_range = 2 light_power = 0.6