From 225992081d3241f0eb35227ecb4ef319209263b9 Mon Sep 17 00:00:00 2001
From: Anth0rx <anthorx@keemail.me>
Date: Sat, 9 Mar 2024 17:10:36 +0100
Subject: [PATCH] Convert Fatigue Points to Exhaustion Points

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

diff --git a/glossary.tex b/glossary.tex
index fb2678cb..b659dc98 100644
--- a/glossary.tex
+++ b/glossary.tex
@@ -286,15 +286,13 @@
   name={Health Points (HP)},
   ]{hp}{HP}{Health Point}
 
-\newglossaryentry{fatigue}{
-  name={Fatigue Points},
-  text={Fatigue Point},
-  prefix={a\space},
-  category={rules},
-  nonumberlist,
+\newacronym[
   description={measure how tired, hungry, and fed-up characters feel.
-  Characters can put up with a number of Fatigue Points equal to their \glsentrytext{hp}, after which they receive penalties to act}
-}
+  Characters can put up with a number of Exhaustion Points equal to their \glsentrytext{hp}, after which they receive penalties to act},
+  shortplural={EP},
+  prefix={an\space},
+  name={Exhaustion Points (EP)},
+  ]{fatigue}{EP}{Exhaustion Point}
 
 \newacronym[
   description={means the number players need to roll on the dice to achieve a \emph{tie} with the task.
-- 
GitLab