Skip to content
Snippets Groups Projects
Unverified Commit e14bb757 authored by Malin Freeborn's avatar Malin Freeborn
Browse files

fix range formatting

parent fc525a9b
Branches
Tags
No related merge requests found
......@@ -30,7 +30,7 @@
\newcommand\setRange{%
\iftoggle{distant}%
{%
\ifcase\value{spelllevel}\relax%
\ifcase\value{spellCost}\relax%
\renewcommand\spellRange{Error}%
\or%
\renewcommand\spellRange{Error}%
......@@ -46,7 +46,7 @@
}%
{%
\setcounter{track}{20}%
\Repeat{\arabic{spelllevel}}{\addtocounter{track}{-4}}%
\Repeat{\arabic{spellCost}}{\addtocounter{track}{-4}}%
\ifnum\value{track}<1%
\renewcommand\spellRange{touch}%
\else%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment