From cadd18dfbf65b1c50daccbb2d818ffb86ee835a0 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Sat, 10 Feb 2024 04:39:36 +0100
Subject: [PATCH] capitalize rule terms

---
 glossary.tex | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/glossary.tex b/glossary.tex
index 1f3c2643..b3d0f136 100644
--- a/glossary.tex
+++ b/glossary.tex
@@ -105,7 +105,7 @@
 
 \newglossaryentry{boon}{
   name={Concoctions},
-  text={concoction},
+  text={Concoction},
   prefix={a\space},
   sort={concoction},
   description={are liquids or powders which, when thrown in the air, hyper-charge the use of a single magic Sphere, for anyone present next to the burst.
@@ -114,7 +114,7 @@
 
 \newglossaryentry{ingredient}{
   name={Ingredients},
-  text={ingredient},
+  text={Ingredient},
   prefix={an\space},
   nonumberlist,
   description={are substances with elemental affinities, used for powerful alchemical effects.
@@ -124,7 +124,7 @@
 \newglossaryentry{talisman}{
   prefix={a\space},
   name={Talismans},
-  text={talisman},
+  text={Talisman},
   first={talisman (a one-use alchemical item)},
   firstplural={talismans (one-use alchemical items)},
   sort={Talisman},
@@ -134,9 +134,9 @@
 }
 
 \newglossaryentry{artefact}{
-  prefix={an\space},
   name={Artefacts},
-  text={artefact},
+  text={Artefact},
+  prefix={an\space},
   description={are spells given sentience, and function as long-term magical items.
   They frequently go awry, as they have a mind of their own, and their own wishes and values},
 }
@@ -252,7 +252,7 @@
 
 \newglossaryentry{downtime}{
   name={Downtime},
-  text={downtime},
+  text={Downtime},
   prefix={a\space},
   category={rules},
   description={between sessions lets characters train, heal, and drink.
-- 
GitLab