From ccdaf6133b67b1d0d56847277b53f428fdaee73b Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 28 Aug 2024 22:58:53 -0700 Subject: Remove the explicit weapons from fencing. -These are handled by the DUELING_SWORDS category now. --- martialarts/fencing.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/martialarts/fencing.json b/martialarts/fencing.json index cf09a55..77d99ac 100644 --- a/martialarts/fencing.json +++ b/martialarts/fencing.json @@ -51,7 +51,6 @@ } ], "techniques": [ "tec_fencing_feint", "tec_fencing_lunge", "tec_fencing_riposte", "tec_fencing_compound1", "tec_fencing_compound2" ], - "weapon_category": [ "BATONS", "DUELING_SWORDS" ], - "weapons": [ "broadsword", "broadsword_inferior", "broadsword_fake", "cavalry_sabre", "cavalry_sabre_fake" ] + "weapon_category": [ "BATONS", "DUELING_SWORDS" ] } ] -- cgit v1.2.1