From ed2f9e1f091995731a8bb3825d6f44db691d1218 Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@tutamail.com> Date: Mon, 13 Jan 2020 15:01:34 +0100 Subject: [PATCH] correct double dwarven trader --- monsters.tex | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/monsters.tex b/monsters.tex index a4ff30f4..5d6e2368 100644 --- a/monsters.tex +++ b/monsters.tex @@ -533,21 +533,6 @@ {0}{2}{Crafts 1, Tactics 1}{\greataxe, \completeplate}{\knacks{Chosen Enemy: Goblins}} } -\newcommand{\dwarventrader}{ - \randomthree\randomtwo\addtocounter{random}{-1} - \person{\arabic{random}}% STRENGTH - {1}% DEXTERITY - {-1}% SPEED - {{\ifnumcomp{\value{random}}{=}{2}{1}{0}}% INTELLIGENCE - {0}% WITS - {0}}% CHARISMA - {0}% DR - {1}% COMBAT - {Crafts \ifodd\value{page} 1 \else 2\fi, Deceit \ifodd\value{chapter} 2 \else 1\fi}% SKILLS - {\shortsword\ifnumcomp{\thechapter}{=}{6}{3D6sp}{\setcounter{gold}{\thepage}, \arabic{gold}sp}}% EQUIPMENT - {} - } - \newcommand{\dwarvenrunemaster}{ \person{0}{1}{0}% PHYSICAL ATTRIBUTES {{\ifodd\value{page}2\else1\fi}% INTELLIGENCE -- GitLab