From b5240fff0a11032e655131f1d5932ffdf2bd6752 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@tutamail.com>
Date: Wed, 29 Jan 2020 02:37:44 +0000
Subject: [PATCH] underground boxtext

---
 monsters.tex | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/monsters.tex b/monsters.tex
index 1a22e8b9..1078b101 100644
--- a/monsters.tex
+++ b/monsters.tex
@@ -1076,14 +1076,14 @@
 \newcommand{\umberhulk}{
 	\randomtwo\addtocounter{enc}{4}
 \animal{\arabic{enc}}% STRENGTH
-{\ifodd\thechapter -1\else 0\fi\randomtwo }% DEXTERITY 
-{1}% SPEED
-{1}% WITS
-{5}% DR
+{\ifodd\thechapter -1\else 0\fi\randomthree }% DEXTERITY 
+{\arabic{random}}% SPEED
+{1\addtocounter{enc}{-2}}% WITS
+{\arabic{enc}}% DR
 {2}% AGGRESSION
-{Stealth 1, Survival \arabic{enc}, Vigilance 1}% SKILLS
+{Stealth \arabic{random}, \randomtwo Survival \arabic{enc}, Vigilance \randomthree \arabic{random}}% SKILLS
 {}% ABILITIES
-{}
+{\addtocounter{xpbonus}{\value{random}}}
 }
 
 \newcommand{\horse}{
-- 
GitLab