From 5d964870c7895f9d6d8a09222edc3a00be83b996 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 14 Jan 2023 07:46:33 -0800 Subject: Change brawling's non-standard block to leg block. --- martialarts/brawling.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/martialarts/brawling.json b/martialarts/brawling.json index 78ef1e6..2e6cab7 100644 --- a/martialarts/brawling.json +++ b/martialarts/brawling.json @@ -7,7 +7,7 @@ "initiate": [ "You grit your teeth and prepare for a good fight.", "%s gets ready to brawl." ], "autolearn": [ [ "melee", "1" ] ], "arm_block": 1, - "nonstandard_block": 5, + "leg_block": 5, "static_buffs": [ { "id": "buff_brawling_block", -- cgit v1.2.1