diff --git a/monsters.sty b/monsters.sty index 22832633dfa613dbb756fd863b5580c42edfe5a3..efc7a1eba370c7cb64d0736e0018b19429d60774 100644 --- a/monsters.sty +++ b/monsters.sty @@ -58,7 +58,7 @@ \setcounter{Wyldcrafting}{\value{r3}}% }% SKILLS {}% KNACKS - {\quadraped \web \hide{4}}% ABILITIES + {\octoped \web \hide{4}}% ABILITIES } \newcommand{\griffin}[1][\npc{\A\T[\arabic{r2t3}]}{\arabic{noAppearing}~Griffins}]{ @@ -72,7 +72,7 @@ \set{Vigilance}{r2t3} }% SKILLS {\charge}% KNACKS - {\flight}% ABILITIES + {\quadraped \flight}% ABILITIES } \newcommand{\mouthdigger}[1][\npc{\A}{Mouthdigger}]{ @@ -126,7 +126,7 @@ \set{Brawl}{r3c} }% SKILLS {\unstoppable}% KNACKS - {\hide{r4t5} \quadraped \stench}% ABILITIES + {\hide{r4t5} \octoped \stench}% ABILITIES } @@ -895,7 +895,7 @@ \setcounter{Wyldcrafting}{\value{r3}}% }% SKILLS {}% KNACKS - {\quadraped \set{track}{r4} \mutation[3]{track}}% ABILITIES + {\octoped \set{track}{r4} \mutation[3]{track}}% ABILITIES } \newcommand{\morphwoodspy}[1][\npc{\E\R}{Morph Woodspy}]{ @@ -911,7 +911,7 @@ \setcounter{Wyldcrafting}{\value{r3}}% }% SKILLS {}% KNACKS - {\quadraped \set{track}{r2} \mutation[2]{track}}% ABILITIES + {\set{track}{r2} \mutation[2]{track}}% ABILITIES } \newcommand{\morphrat}[1][\npc{\T[\arabic{r12}]\A\R}{\arabic{r12} Morph Rats}]{ diff --git a/stats.sty b/stats.sty index b6cfe54d013f308e3e31347caead56bf462c44cf..db8f2f537bfea6edacd7fe579c2c66a9322dc3ca 100644 --- a/stats.sty +++ b/stats.sty @@ -1111,6 +1111,10 @@ \addAbility{Quadraped (double movement)}% } +\newcommand{\octoped}{% + \addAbility{Octoped (double movement)}% +} + \newcommand{\teeth}{% \addAbility{Fangs}% }