From aa6f6ce64a7e906dc0856a2f7656d714ccf00458 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Fri, 10 May 2024 00:34:55 +0200
Subject: [PATCH] note more gls entries as locations

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

diff --git a/glossary.tex b/glossary.tex
index ae8ae304..f5ee4d26 100644
--- a/glossary.tex
+++ b/glossary.tex
@@ -4,9 +4,10 @@
   \newcommand\glossarytitle{Lexicon}
 \fi
 
-\newglossary*{mech}{Mechanics}
 \newglossary*{people}{People}
 \glssetcategoryattribute{people}{indexonlyfirst}{true}
+
+\newglossary*{mech}{Mechanics}
 \glssetcategoryattribute{mech}{indexonlyfirst}{true}
 
 \glsdefpostdesc{general}{.}
@@ -424,6 +425,7 @@
   text={Edge},
   first={Edge of Civilization},
   prefix={an\space},
+  category={location},
   parent={fenestra},
   description={lies one footstep past the last \glsentrytext{village}.
   Beyond this point, only dark forests, empty tundra, and hungry beasts wait.
@@ -495,9 +497,10 @@
 
 \newglossaryentry{deep}{
   name={The Labyrinth},
-  prefix={a\space},
   text={Labyrinth},
   sort={Labyrinth},
+  prefix={a\space},
+  category={location},
   parent={fenestra},
   description={is the network of frigid, nearly lifeless caverns, which sits beneath much of \glsentrytext{fenestra}},
 }
-- 
GitLab