From 3841bc3c7e0953896e916f352076f9ab5e81147f Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Sat, 3 Feb 2024 11:46:35 +0100 Subject: [PATCH] stop kung-fu ghouls --- stats.sty | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/stats.sty b/stats.sty index 68950ce3..313025a1 100644 --- a/stats.sty +++ b/stats.sty @@ -522,7 +522,6 @@ \setcounter{Speed}{#3} \setcounter{Wits}{#4} \setcounter{dr}{#5} - \setcounter{att}{#6} \setcounter{Brawl}{#6} \renewcommand{\skills}{#7} \renewcommand{\abilities}{#8} @@ -880,7 +879,9 @@ \newcommand\undead{% \addtocounter{Speed}{-1}% - \addtocounter{Brawl}{2}% + \ifnum\value{Brawl}<3% + \setcounter{Brawl}{2}% + \fi% \renewcommand\abilities{% Undead% \ifnum\value{dr}>1% -- GitLab