From f5a724afb69218f1b0373d00f685b5221696a36e Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Wed, 25 Sep 2024 22:59:39 +0200
Subject: [PATCH] update fast charge knack

---
 stats.sty | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/stats.sty b/stats.sty
index e855598..9b52fb9 100644
--- a/stats.sty
+++ b/stats.sty
@@ -301,7 +301,12 @@
 }
 
 \newcommand{\charge}{%
-  Fast Charge (+1 \glsentrytext{ap}, Attack, and Damage after charging 6 steps)%
+  Fast Charge (+1 to Attack and Damage after spending%
+  \ifnum\value{Athletics}>0%
+    1~\glsentrytext{ap} to move%
+  \else%
+    2~\glsfmtplural{ap} to move%
+  \fi)%
 }
 
 \newcommand{\cuttingswing}{%
-- 
GitLab