From 1d992e4e70a1adf955c148571071ff8ef6e8d254 Mon Sep 17 00:00:00 2001 From: Gwydion Brain Date: Sat, 6 Oct 2018 22:16:20 -0700 Subject: [PATCH] Grammar Sillies --- code/modules/customitems/item_defines.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index b254d9f829a..e7354f4f143 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -136,7 +136,7 @@ return 0 /obj/item/fluff/rsik_katana //Xydonus: Rsik Ugsharki - name = "Ceremonial Katana" + name = "ceremonial katana" desc = "A shimmering ceremonial golden katana, for the most discerning class of ninja. Looks expensive, and fragile." icon = 'icons/obj/custom_items.dmi' icon_state = "rsik_katana" @@ -146,7 +146,7 @@ force = 5 sharp = 0 flags = CONDUCT - slot_flags = SLOT_BELT | SLOT_BELT + slot_flags = SLOT_BELT throwforce = 5 w_class = WEIGHT_CLASS_NORMAL attack_verb = list("attacked", "slashed", "stabbed", "sliced")