From ea15560891a6b3b52d49db86228b5b21e5a2da95 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Mon, 29 Jan 2024 08:06:53 +0100
Subject: [PATCH] remove colon from abilities

---
 stats.sty | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/stats.sty b/stats.sty
index 65a70d30..e4d229f1 100644
--- a/stats.sty
+++ b/stats.sty
@@ -673,7 +673,7 @@
     {}
 
   \ifdefempty{\abilities}{}%
-    {\ent{Abilities:} & \abilities}
+    {\ent{Abilities} & \abilities}
 	\mods
 
 \end{tabular}
@@ -1000,7 +1000,7 @@
 
 %%%%%%%%%%%%%%%%%%%%% Magic Path
 \newcommand{\Spheres}[1]{ \\
-	\raggedright \ent{Spheres:} & #1
+	\raggedright \ent{Spheres} & #1
 }
 
 \newcommand\mutation[1]{%
-- 
GitLab