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