From b674d4c2ee582236fd62ae66f18cac72cae21e3a Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Sun, 3 Sep 2023 18:05:09 +0200
Subject: [PATCH] remove old spheres

---
 stats.sty | 10 ----------
 test.tex  |  5 +++--
 2 files changed, 3 insertions(+), 12 deletions(-)

diff --git a/stats.sty b/stats.sty
index 968584dc..20cb7b4a 100644
--- a/stats.sty
+++ b/stats.sty
@@ -276,16 +276,6 @@
 
 % magic
 \newcommand{\magicPath}{}
-\newcommand{\aldaron}{\addtocounter{mp}{3}Aldaron}
-\newcommand{\conjuration}{\addtocounter{mp}{3}Conjuration}
-\newcommand{\enchantment}{\addtocounter{mp}{3}Enchantment}
-\newcommand{\fate}{\addtocounter{mp}{3}Fate}
-\newcommand{\force}{\addtocounter{mp}{3}Force}
-\newcommand{\invocation}{\addtocounter{mp}{3}Invocation}
-\newcommand{\illusion}{\addtocounter{mp}{3}Illusion}
-\newcommand{\necromancy}{\addtocounter{mp}{3}Necromancy}
-\newcommand{\polymorph}{\addtocounter{mp}{3}Polymorph}
-\newcommand{\saurecanta}{\addtocounter{mp}{3}Saurecanta}
 
 \newcommand{\lockedmana}[1]{\setcounter{mpLocked}{#1}}
 
diff --git a/test.tex b/test.tex
index e0c03b10..0760c854 100644
--- a/test.tex
+++ b/test.tex
@@ -31,10 +31,11 @@ Current day should equal \arabic{r4b}.
 {0}% DR
 {1}% COMBAT
 {Academics 1, Wyldcrafting 1
-\Path{\illusion~3, \invocation~1}
 }% SKILLS
 {\Dagger, pieces of string}% EQUIPMENT
-{}
+{
+  \setcounter{Fate}{2}
+}
 
 \begin{speechtext}
 
-- 
GitLab