From e8e56285856823aace3331d0e340ad85c7e8f6f0 Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Fri, 10 May 2024 08:42:51 +0200 Subject: [PATCH] add keeper as general justice member --- glossary.tex | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/glossary.tex b/glossary.tex index 5db8c60e..e89290f9 100644 --- a/glossary.tex +++ b/glossary.tex @@ -723,11 +723,20 @@ All trials must be on display, to warn the people about the consequences of crime, so they can learn that justice always prevails}, } +\newglossaryentry{keeper}{ + name={Keepers}, + text={Keeper}, + nonumberlist, + parent={templeOfJustice}, + prefix={a\space}, + description={enforce the law, at least in towns}, +} + \newglossaryentry{warden}{ name={Wardens}, text={Warden}, nonumberlist, - parent={templeOfJustice}, + parent={keeper}, prefix={a\space}, description={make the laws and decide fitting punishments for criminals}, } @@ -737,7 +746,7 @@ sort={Sun Guard}, text={Sun Guard}, prefix={a\space}, - parent={templeOfJustice}, + parent={keeper}, description={are the upstanding soldiers who protect the city from all the unwashed masses, while wearing shiny-white tabards}, } -- GitLab