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

give intervals symbols

parent 7423f807
Branches
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@
description={a brand GNU RPG},
name={BIND},
nonumberlist,
]{BIND}{BIND}{BIND Is Not DnD}
]{bind}{BIND}{BIND Is Not DnD}
\newacronym[
description={means the spell's total level},
......@@ -1208,6 +1208,38 @@
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}{
type=symbols,
sort=ASquash,
......
......@@ -103,12 +103,12 @@
\newcommand\showInterval[1]{%
\ifcase#1%
\LEFTcircle%
\gls{morning}%
\or%
\Circle
\gls{afternoon}%
\or%
\RIGHTcircle
\gls{evening}%
\else%
\CIRCLE
\gls{night}%
\fi%
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment