From 8e0b76198f64151857a3546a7efa15db549c3c49 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Fri, 22 Apr 2022 19:11:05 +0200
Subject: [PATCH] make bears faster

---
 monsters.sty | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/monsters.sty b/monsters.sty
index 6e0d40d3..6af5ee38 100644
--- a/monsters.sty
+++ b/monsters.sty
@@ -629,10 +629,11 @@
 	\addtocounter{enc}{4}
 	\randomtwoB
 	\addtocounter{r2b}{-2}
+	\addtocounter{r2}{1}
 	\randomthreeB
 \animal{\arabic{enc}}% STRENGTH
 {\arabic{r2b}}% DEXTERITY 
-{\arabic{r2b}}% SPEED
+{\arabic{r2}}% SPEED
 {0}% WITS
 {2}% DR
 {\arabic{r3b}}% AGGRESSION
-- 
GitLab