From 315fde0632bc1c8eb4af080cfb1ff11d60f3cf82 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Thu, 26 Sep 2024 09:54:31 +0200
Subject: [PATCH] split light spells

---
 spells/Light1.tex | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/spells/Light1.tex b/spells/Light1.tex
index 6ae9f1ae..82c6a03f 100644
--- a/spells/Light1.tex
+++ b/spells/Light1.tex
@@ -1,3 +1,5 @@
+\ifodd\value{diceNo}
+
 \spell{Sparkle}% Name
   {}% Enhancements
   {Wax}% Action
@@ -6,12 +8,16 @@
   {The caster speaks encouragingly to a flame, and it blooms enough to light a banquet hall}% Description
   {}
 
+\else
+
 \spell{Were Light}% Name
   {}% Enhancements
   {Warp}% Action
   {Fire, Air}% Spheres
   {surrounding darkness}% Resist with
   {The caster laughs in the face of darkness, and one light in the area lifts from its source, and wanders free}% Description
-  {Most of these floating lights follow their creator, but others leave to seek out their own goals.
+  {Most of these floating lights wander in circles, but others leave to seek out their own goals.
   Their reasons and aims remain a mystery.}
 
+\fi
+\stepcounter{diceNo}
-- 
GitLab