Skip to content
Snippets Groups Projects
Unverified Commit b1bb4909 authored by Malin Freeborn's avatar Malin Freeborn
Browse files

fix the dead statblocks

parent 5ee7ae76
Branches
No related tags found
No related merge requests found
......@@ -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}]{
......
......@@ -869,6 +869,7 @@
\newcommand\undead{%
\addtocounter{Speed}{-1}%
\addtocounter{Brawl}{2}%
\renewcommand\abilities{%
Undead%
\ifnum\value{dr}>1%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment