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

syntax fixes

parent bd66ab31
No related branches found
No related tags found
No related merge requests found
...@@ -412,7 +412,7 @@ ...@@ -412,7 +412,7 @@
Berserker (+1 \glsentrytext{ap}. on round 2 of combat, +1 Damage. on round 3)% Berserker (+1 \glsentrytext{ap}. on round 2 of combat, +1 Damage. on round 3)%
} }
\newcommand{\brawler}{% \newcommand{\brawler}{%
Brawler% Brawler
(+2 to unarmed attacks) (+2 to unarmed attacks)
} }
...@@ -480,9 +480,9 @@ ...@@ -480,9 +480,9 @@
} }
\newcommand{\weaponmaster}[1]{% \newcommand{\weaponmaster}[1]{%
\addtocounter{att}{1}% \addtocounter{att}{0}%
Weapon Master Weapon Master
(+1 Attack when using a {#1})% (+1 attack with a {#1})%
} }
\newcommand{\autophage}{% \newcommand{\autophage}{%
...@@ -1002,14 +1002,12 @@ ...@@ -1002,14 +1002,12 @@
\ifnum\value{Brawl}<3% \ifnum\value{Brawl}<3%
\setcounter{Brawl}{2}% \setcounter{Brawl}{2}%
\fi% \fi%
\renewcommand\abilities{%
Undead%
\ifnum\value{dr}>1% \ifnum\value{dr}>1%
\stepcounter{dr}% \stepcounter{dr}%
\else% \else%
\setcounter{dr}{2}% \setcounter{dr}{2}%
\fi% \fi%
}% \addAbility{Undead}%
} }
\newcommand{\acidSpray}{% \newcommand{\acidSpray}{%
...@@ -1121,7 +1119,6 @@ ...@@ -1121,7 +1119,6 @@
} }
\newcommand{\venom}{% \newcommand{\venom}{%
\randomfourB%
\conDmg{r4b}% \conDmg{r4b}%
\addAbility{venom (grappling attack inflicts \showDam~\glsfmtlongpl{ep})}% \addAbility{venom (grappling attack inflicts \showDam~\glsfmtlongpl{ep})}%
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment