From ed7b87b2d4385fb8ca528978fad0ca1f4f1a0af1 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Fri, 1 Sep 2023 00:15:16 +0200
Subject: [PATCH] stop tn adding a 7

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

diff --git a/magic.sty b/magic.sty
index 0bd9673f..a8764384 100644
--- a/magic.sty
+++ b/magic.sty
@@ -45,10 +45,10 @@
     \iftoggle{duplicated}{%
       Targets:~\spellArea, %
     }{}%
-    \tn{\arabic{age}},
+    \tn[\arabic{age}],
     Skill:~\underline{#5}
     \vspace{.5em}\afterparnoindent
-    \index[spells]{\textbf{#1}: #6. (Cost:~\arabic{spelllevel}, Spheres:~#2, Range: \spellRange\iftoggle{duplicated}{, Targets: \spellArea}{}, \tn{\arabic{age}}, Skill:~#5)}
+    \index[spells]{\textbf{#1}: #6. (Cost:~\arabic{spelllevel}, Spheres:~#2, Range: \spellRange\iftoggle{duplicated}{, Targets: \spellArea}{}, \tn[\arabic{age}], Skill:~#5)}
 
     #7
   }{
@@ -56,7 +56,7 @@
     \hphantom{#4}%
     \setArea%
     \setRange%
-    (Cost:~\arabic{spelllevel}, Spheres:~#2, Range: \spellRange\iftoggle{duplicated}{, Targets: \spellArea}{}, \tn{\arabic{age}})
+    (Cost:~\arabic{spelllevel}, Spheres:~#2, Range: \spellRange\iftoggle{duplicated}{, Targets: \spellArea}{}, \tn[\arabic{age}])
 
     \MakeUppercase#6.
   }
-- 
GitLab