From 6e133700a2d40e6bbf3bc7953f7aad5b9225eb03 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Fri, 13 Sep 2024 14:09:36 +0200
Subject: [PATCH] place alchemy symbol only when showing MP

---
 magic.sty | 2 +-
 stats.sty | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/magic.sty b/magic.sty
index c32b4c81..81213f19 100644
--- a/magic.sty
+++ b/magic.sty
@@ -359,7 +359,7 @@
     \textbf{Skills:} & \showSkills \\
     \textbf{\glspl{mp}:} &
     \ifnum\value{mp}>0
-      \boxStat{mp}
+      \glsentrysymbol{alchemy}-\boxStat{mp}
     \else
       0
     \fi \\
diff --git a/stats.sty b/stats.sty
index 3332824a..279c1279 100644
--- a/stats.sty
+++ b/stats.sty
@@ -217,7 +217,7 @@
 \setcounter{freeHP}{0}
 
 \newcommand\boxStat[1]{%
-  \glsentrytext{R}~\Repeat{\value{#1}}{\Square}%
+  \Repeat{\value{#1}}{\Square}%
 }
 
 \newcommand\hpStat{%
-- 
GitLab