summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2024-08-28 22:58:53 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2024-08-28 22:58:53 -0700
commitccdaf6133b67b1d0d56847277b53f428fdaee73b (patch)
tree79a480ea21cef6299dd0e19ce0ed66c81b6a3b44
parentRemove barbaran montante. (diff)
downloadcataclysm-bn-mod_martial-arts-update-ccdaf6133b67b1d0d56847277b53f428fdaee73b.tar.xz
Remove the explicit weapons from fencing.
-These are handled by the DUELING_SWORDS category now.
-rw-r--r--martialarts/fencing.json3
1 files changed, 1 insertions, 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" ]
}
]