From e084e60c0bfc80fe759cde845529e863bc05cb5d Mon Sep 17 00:00:00 2001 From: WanderingFox95 <75953558+WanderingFox95@users.noreply.github.com> Date: Tue, 20 Jul 2021 23:01:20 +0200 Subject: [PATCH] lowercase #3 --- code/modules/hydroponics/hydroitemdefines.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/hydroponics/hydroitemdefines.dm b/code/modules/hydroponics/hydroitemdefines.dm index 8827c25a0c..f74b85a7a6 100644 --- a/code/modules/hydroponics/hydroitemdefines.dm +++ b/code/modules/hydroponics/hydroitemdefines.dm @@ -119,7 +119,7 @@ return (BRUTELOSS) /obj/item/hatchet/bone - name = "Bone Hatchet" + name = "bone hatchet" desc = "A very sharp bone blade tied to a bone handle with sinew. You can process wood with it." icon = 'icons/obj/mining.dmi' icon_state = "hatchet_bone"