From 748bd2dcfd42cc278f6cf17eacd79fa84c9f1b29 Mon Sep 17 00:00:00 2001 From: Tad Hardesty Date: Mon, 26 Aug 2019 02:03:52 -0700 Subject: [PATCH] Fix grammar in bamboo log description (#46114) * Fix grammar in bamboo log description * Additional bamboo corrections --- code/modules/hydroponics/grown/towercap.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/hydroponics/grown/towercap.dm b/code/modules/hydroponics/grown/towercap.dm index 0389f41d1cc..5a2c80822b6 100644 --- a/code/modules/hydroponics/grown/towercap.dm +++ b/code/modules/hydroponics/grown/towercap.dm @@ -100,7 +100,7 @@ /obj/item/seeds/bamboo name = "pack of bamboo seeds" - desc = "Plant known for their flexible and resistant logs." + desc = "A plant known for its flexible and resistant logs." icon_state = "seed-bamboo" species = "bamboo" plantname = "Bamboo" @@ -119,7 +119,7 @@ /obj/item/grown/log/bamboo seed = /obj/item/seeds/bamboo name = "bamboo log" - desc = "An long and resistant bamboo log." + desc = "A long and resistant bamboo log." icon_state = "bamboo" plank_type = /obj/item/stack/sheet/mineral/bamboo plank_name = "bamboo sticks" @@ -129,7 +129,7 @@ /obj/structure/punji_sticks name = "punji sticks" - desc = "Dont step on this." + desc = "Don't step on this." icon = 'icons/obj/hydroponics/equipment.dmi' icon_state = "punji" resistance_flags = FLAMMABLE