From 7197d148b709b58af5dd3804e3162832f9685444 Mon Sep 17 00:00:00 2001 From: haveric Date: Mon, 22 Jul 2024 18:59:24 -0500 Subject: [PATCH] Add missing "to" in Baton Proficiency --- data/json/proficiencies/melee_weapons.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/proficiencies/melee_weapons.json b/data/json/proficiencies/melee_weapons.json index b3fedac1e7790..9c7a358bd9d58 100644 --- a/data/json/proficiencies/melee_weapons.json +++ b/data/json/proficiencies/melee_weapons.json @@ -181,7 +181,7 @@ "id": "prof_batons_pro", "category": "prof_combat", "name": { "str": "Baton Proficiency" }, - "description": "You know how strike with your baton so you get the most out of every blow.", + "description": "You know how to strike with your baton so you get the most out of every blow.", "can_learn": true, "default_time_multiplier": 1.5, "default_skill_penalty": 0.2,