Skip to content
Snippets Groups Projects
Verified Commit 2f50b685 authored by Malin Freeborn's avatar Malin Freeborn
Browse files

give intervals symbols

parent 7423f807
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
description={a brand GNU RPG}, description={a brand GNU RPG},
name={BIND}, name={BIND},
nonumberlist, nonumberlist,
]{BIND}{BIND}{BIND Is Not DnD} ]{bind}{BIND}{BIND Is Not DnD}
\newacronym[ \newacronym[
description={means the spell's total level}, description={means the spell's total level},
...@@ -1208,6 +1208,38 @@ ...@@ -1208,6 +1208,38 @@
description={Gnoll}, description={Gnoll},
} }
\newglossaryentry{morning}{
type=symbols,
sort=T1,
nonumberlist,
name={\LEFTcircle},
description={is first light, first \glsentrytext{interval}},
}
\newglossaryentry{afternoon}{
type=symbols,
sort=T2,
nonumberlist,
name={\Circle},
description={is the second \glsentrytext{interval}},
}
\newglossaryentry{evening}{
type=symbols,
sort=T3,
nonumberlist,
name={\RIGHTcircle},
description={begins darkness, in the day's third \glsentrytext{interval}},
}
\newglossaryentry{night}{
type=symbols,
sort=T4,
nonumberlist,
name={\CIRCLE},
description={means darkness over the fourth \glsentrytext{interval}},
}
\newglossaryentry{squash}{ \newglossaryentry{squash}{
type=symbols, type=symbols,
sort=ASquash, sort=ASquash,
......
...@@ -103,12 +103,12 @@ ...@@ -103,12 +103,12 @@
\newcommand\showInterval[1]{% \newcommand\showInterval[1]{%
\ifcase#1% \ifcase#1%
\LEFTcircle% \gls{morning}%
\or% \or%
\Circle \gls{afternoon}%
\or% \or%
\RIGHTcircle \gls{evening}%
\else% \else%
\CIRCLE \gls{night}%
\fi% \fi%
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment