From e314fb0d670553a504e55bf9f35ecf5459b177ae Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
Date: Tue, 25 Jan 2022 20:37:43 -0800
Subject: Fix the maid's broom not being piercing. Fix the maid's claws to use
 str_sp for the name.

---
 melee.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/melee.json b/melee.json
index 4af412e..ac43e0f 100644
--- a/melee.json
+++ b/melee.json
@@ -61,7 +61,7 @@
     "symbol": "/",
     "color": "light_gray",
     "techniques": [ "WIDE", "WBLOCK_1" ],
-    "flags": [ "DURABLE_MELEE", "REACH_ATTACK", "NONCONDUCTIVE", "POLEARM", "SHEATH_SPEAR", "ALWAYS_TWOHAND" ]
+    "flags": [ "STAB", "DURABLE_MELEE", "REACH_ATTACK", "NONCONDUCTIVE", "POLEARM", "SHEATH_SPEAR", "ALWAYS_TWOHAND" ]
   },
   {
     "id": "spiked_whip",
@@ -186,7 +186,7 @@
     "looks_like": "knuckle_katar",
     "type": "GENERIC",
     "category": "weapons",
-    "name": { "str": "maid's claws", "str_pl": "maid's claws"  },
+    "name": { "str_sp": "maid's claws" },
     "description": "A pair of sharp claws made from four steel blades and a leather bracer. They strap tightly to your wrist and forearm on both arms.",
     "weight": "1000 g",
     "volume": "500 ml",
-- 
cgit v1.2.1