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

fix r3b

parent 18d60748
Branches
Tags
No related merge requests found
...@@ -387,8 +387,15 @@ Roll & Result \\ ...@@ -387,8 +387,15 @@ Roll & Result \\
\ifnum\value{r3}<1\setcounter{r3}{2}\fi% \ifnum\value{r3}<1\setcounter{r3}{2}\fi%
} }
\newcommand{\randomthreeB}{ \newcommand{\randomthreeB}{%
\ifnumcomp{\value{r3b}}{>}{2}{\setcounter{r3b}{1}}{\addtocounter{r3b}{1}} \ifnum\value{r3b}>2%
\setcounter{r3b}{1}%
\else%
\addtocounter{r3b}{1}%
\fi%
\ifnum\value{r3b}<1%
\setcounter{r3b}{3}
\fi%
} }
\newcommand{\randomthreeC}{ \newcommand{\randomthreeC}{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment