diff --git a/monsters.sty b/monsters.sty index d0206ee4717448d70a341c7afbb8ba9bc38fa9b4..b2dd94604fefb1cbdc6b422f6e2b58b5b4032f3a 100644 --- a/monsters.sty +++ b/monsters.sty @@ -124,11 +124,11 @@ {{r4t6}{r2b}{r3}}% BODY {r2c}% WITS { - \set{Athletics}{2} + \set{Athletics}{rn1t2} \set{Brawl}{r3c} }% SKILLS {\unstoppable}% KNACKS - {\hide{r4t5} \octoped \stench}% ABILITIES + {\hide{r4t5} \septoped \stench}% ABILITIES } diff --git a/stats.sty b/stats.sty index d691c8ab7105e35e9ee4da0e4e87cbb656c7d485..2a4e5379632057cd840592287d2f94487f49c2ea 100644 --- a/stats.sty +++ b/stats.sty @@ -786,6 +786,10 @@ \addAbility{Quadraped (double movement)}% } +\newcommand{\septoped}{% + \addAbility{Septoped (double movement)}% +} + \newcommand{\octoped}{% \addAbility{Octoped (double movement)}% }