From 559029b7b415ecdaf3e5db3aab3483c2f202a085 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Tue, 10 Sep 2024 20:08:15 +0200
Subject: [PATCH] make \septoped ability

---
 monsters.sty | 4 ++--
 stats.sty    | 4 ++++
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/monsters.sty b/monsters.sty
index d0206ee4..b2dd9460 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 d691c8ab..2a4e5379 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)}%
 }
-- 
GitLab