From 6d0cac27213e469e103fc2f5a68bad4d719acdd5 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Mon, 29 Jan 2024 07:27:04 +0100
Subject: [PATCH] make character pool upper case

---
 glossary.tex | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/glossary.tex b/glossary.tex
index 238c0bcf..15024f02 100644
--- a/glossary.tex
+++ b/glossary.tex
@@ -349,14 +349,11 @@
 }
 
 \newglossaryentry{characterPool}{
-  name={The Character Pool},
-  text={character pool},
+  name={Character Pool},
   prefix={a\space},
-  sort={Character Pool},
   category={rules},
-  nonumberlist,
   description={is the collection of characters a player has.
-  Players introduce new characters as allies by spending \glsfmtplural{storypoint}, then once their character dies, they take their next \glsentrytext{pc} from the pool}
+  Players introduce new characters as allies by spending \glsfmtplural{storypoint}, then once their character dies, they take their next \glsentrytext{pc} from the pool},
 }
 
 \newglossaryentry{edge}{
-- 
GitLab