From fabd42be43018105084d726e2729b95ca5c169a3 Mon Sep 17 00:00:00 2001 From: WanderingFox95 <75953558+WanderingFox95@users.noreply.github.com> Date: Tue, 20 Jul 2021 23:00:55 +0200 Subject: [PATCH] lowercase items #2 --- code/modules/mining/equipment/kinetic_crusher.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mining/equipment/kinetic_crusher.dm b/code/modules/mining/equipment/kinetic_crusher.dm index f238ad2361..45f1b1d94e 100644 --- a/code/modules/mining/equipment/kinetic_crusher.dm +++ b/code/modules/mining/equipment/kinetic_crusher.dm @@ -229,7 +229,7 @@ item_state = "crusher[wielded]-glaive" // this is not icon_state and not supported by 2hcomponent /obj/item/kinetic_crusher/glaive/bone - name = "Necropolis Bone Glaive" + name = "necropolis bone glaive" desc = "Tribals trying to immitate technology have spent a long time to somehow assemble bits and pieces to work together just like the real thing. \ Although it does take a lot of effort and luck to create, it was a success." icon_state = "crusher-bone"