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

allow automatic multiple mutations

parent dde3ad54
Branches
Tags
No related merge requests found
......@@ -1131,24 +1131,28 @@
%%%%%%%%%%%%%%%%%%%%% Magic Path
\newcommand{\Spheres}[1]{ \\
\raggedright \ent{Spheres} & #1
}
\newcommand\mutation[1]{%
\ifcase\value{#1}\relax%
\hide{\value{r3}}%
\or%
\teeth%
\or%
\claws%
\or%
\venom%
\or%
\tentacles%
\or%
\web%
\else%
\flight%
\fi%
\stepcounter{#1}%
\raggedright \ent{Spheres} & #1
}
\newcommand\mutation[2][1]{%
\Repeat{#1}{%
\ifcase\value{#2}\relax%
\hide{\value{r3}}%
\or%
\teeth%
\or%
\claws%
\or%
\venom%
\or%
\amphibious%
\or%
\tentacles%
\or%
\web%
\else%
\flight%
\fi%
\stepcounter{#2}%
}%
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment