From 3adc26cf5d397f94f7fe7afaaa50b6f9c8ee8104 Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@tutamail.com> Date: Wed, 13 May 2020 03:39:30 +0200 Subject: [PATCH] stop lavaman going to such low speed --- monsters.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/monsters.tex b/monsters.tex index 84de6928..cf6a3125 100644 --- a/monsters.tex +++ b/monsters.tex @@ -1577,6 +1577,7 @@ \addtocounter{age}{4} \randomtwoB \addtocounter{r2b}{-\value{age}} + \addtocounter{r2b}{3} \person{\arabic{age}}% STRENGTH {-1}% DEXTERITY {\arabic{r2b}}% SPEED @@ -1586,7 +1587,7 @@ {\arabic{age}}% DR {\arabic{r4}}% AGGRESSION {Crafts \arabic{r2}, Deceit \arabic{r3}, Ether Lore 1, }% SKILLS -{}% ABILITIES +{\ifodd\value{r3}None\else\greatsword\fi}% EQUIPMENT {} } -- GitLab