From 469fa92ee020e4fffc94855c0aa4e868b147f503 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 23 Jan 2022 00:15:16 -0800 Subject: Add the maid's claws to styles compatible with the bagh_nakha. --- martialarts.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/martialarts.json b/martialarts.json index 0434958..44f7fd7 100644 --- a/martialarts.json +++ b/martialarts.json @@ -150,10 +150,21 @@ "type": "martial_art", "extend": { "weapons": [ + "maid_claw", "vorpal_kitchen_knife" ] } }, + { + "id": "style_judo", + "copy-from": "style_judo", + "type": "martial_art", + "extend": { + "weapons": [ + "maid_claw" + ] + } + }, { "id": "style_krav_maga", "copy-from": "style_krav_maga", -- cgit v1.2.1