From b1bb4909f6f36940194fb614de872efa220666bd Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Fri, 12 Jan 2024 23:15:24 +0100 Subject: [PATCH] fix the dead statblocks --- monsters.sty | 30 +++++++++++++++--------------- stats.sty | 1 + 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/monsters.sty b/monsters.sty index 5b47a9fd..ba3888b5 100644 --- a/monsters.sty +++ b/monsters.sty @@ -1612,21 +1612,21 @@ Academics~1, \ifodd\value{r12} Crafts~\arabic{r2}, \else \fi Deceit~1, \ifodd\va \randomtwoB \addtocounter{enc}{-2} \randomthreeB -\animal{\arabic{r2b}}% STRENGTH -{0}% DEXTERITY -{\arabic{enc}}% SPEED -{-2}% WITS -{0}% DR -{2}% AGGRESSION -{ - \ifnumcomp{\value{r3b}}{=}{1}% - {\\ \ent{Equipment:} & \lootSmall \\}% - {} -}% SKILLS -{}% ABILITIES -{ - \undead -}% + \animal{\arabic{r2b}}% STRENGTH + {0}% DEXTERITY + {\arabic{enc}}% SPEED + {-2}% WITS + {0}% DR + {2}% AGGRESSION + { + \ifnumcomp{\value{r3b}}{=}{1}% + {\\ \ent{Equipment:} & \lootSmall \\}% + {} + }% SKILLS + {}% ABILITIES + { + \undead + }% } \newcommand{\ghast}[1][\npc{\D}{Ghast}]{ diff --git a/stats.sty b/stats.sty index 1dd6b318..3492e600 100644 --- a/stats.sty +++ b/stats.sty @@ -869,6 +869,7 @@ \newcommand\undead{% \addtocounter{Speed}{-1}% + \addtocounter{Brawl}{2}% \renewcommand\abilities{% Undead% \ifnum\value{dr}>1% -- GitLab