From e5e8faec306e99f4f71a4d3a184ad32cab80776c Mon Sep 17 00:00:00 2001 From: WanderingFox95 <75953558+WanderingFox95@users.noreply.github.com> Date: Wed, 21 Jul 2021 19:46:18 +0200 Subject: [PATCH] Applying suggestions from the review Co-authored-by: Arturlang <24881678+Arturlang@users.noreply.github.com> --- code/modules/clothing/gloves/tacklers.dm | 2 +- code/modules/hydroponics/hydroitemdefines.dm | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/clothing/gloves/tacklers.dm b/code/modules/clothing/gloves/tacklers.dm index 7f4c65853c..30e9d487e0 100644 --- a/code/modules/clothing/gloves/tacklers.dm +++ b/code/modules/clothing/gloves/tacklers.dm @@ -69,7 +69,7 @@ /obj/item/clothing/gloves/tackler/combat/goliath name = "goliath gloves" - desc = "Rudimentary combat gloves. To be fair, Goliaths are really good at grappling... Also, they're fireproof." + desc = "Rudimentary tackling gloves. The goliath hide makes it great for grappling with targets, while also being fireproof." icon = 'icons/obj/mining.dmi' icon_state = "goligloves" item_state = "goligloves" diff --git a/code/modules/hydroponics/hydroitemdefines.dm b/code/modules/hydroponics/hydroitemdefines.dm index f74b85a7a6..798cd9a2f6 100644 --- a/code/modules/hydroponics/hydroitemdefines.dm +++ b/code/modules/hydroponics/hydroitemdefines.dm @@ -86,7 +86,7 @@ /obj/item/cultivator/bone name = "bone cultivator" - desc = "Bones used for removing weeds." + desc = "A handle and a few bones tied together to resemble a hoe. Should work for removing weeds." icon = 'icons/obj/mining.dmi' icon_state = "cultivator_bone" @@ -120,7 +120,7 @@ /obj/item/hatchet/bone name = "bone hatchet" - desc = "A very sharp bone blade tied to a bone handle with sinew. You can process wood with it." + desc = "A primitive hatchet made out of mostly bone, with some sinew to keep it together. It just might do for cutting logs into planks." icon = 'icons/obj/mining.dmi' icon_state = "hatchet_bone"