From e09423823fe2d7b39558ddd91a43c0049ecf3210 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Wed, 2 Aug 2023 02:18:08 +0200
Subject: [PATCH] place AP first in stats

---
 stats.sty | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/stats.sty b/stats.sty
index 3d6ba383..3db3280b 100644
--- a/stats.sty
+++ b/stats.sty
@@ -585,13 +585,13 @@ You don't need to fall unconscious when making a Vitality check)%
   \addtocounter{weight}{-5}
 \fi
 \begin{center}
-  \scshape Att %
+  \scshape AP \arabic{spd}\ifnumcomp{\value{spdb}}{>}{0}%
+  {\addtocounter{spd}{\value{spdb}} (\arabic{spd})}{}\ifnumcomp{\value{heft}}{>}{1}{ (AP Cost: \arabic{heft})}{},
+  Att %
   \iftoggle{allyCharacter}{$2D6$\ifnum\value{att}>-1 +\fi}{}%
   \arabic{att}%
   \setcounter{enc}{\value{att}},%
   \ifnumcomp{\value{dexb}}{>}{0}{\addtocounter{att}{\value{dexb}} (\arabic{att}) }{}
-  AP \arabic{spd}\ifnumcomp{\value{spdb}}{>}{0}%
-  {\addtocounter{spd}{\value{spdb}} (\arabic{spd})}{}\ifnumcomp{\value{heft}}{>}{1}{: \arabic{heft}}{},
   \addtocounter{damage}{\value{str}}
   \mbox{Dam \calculatedamage{damage}%
   \ifnumcomp{\value{strb}}{>}{0}%
-- 
GitLab