From 209e4544ee553c52d93cea2593e105ffad63bfed Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Sat, 11 Mar 2023 17:45:01 +0100 Subject: [PATCH] show 2D6+0 on allyCharacter when att=0 --- stats.sty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stats.sty b/stats.sty index 569ef594..15ef66ce 100644 --- a/stats.sty +++ b/stats.sty @@ -450,7 +450,7 @@ You don't need to fall unconscious when making a Vitality check)% \fi \begin{center} \scshape Att \iftoggle{examplecharacter}{$2D6$}{}% - \iftoggle{allyCharacter}{\ifnum\value{att}>0 +\fi}{}% + \iftoggle{allyCharacter}{\ifnum\value{att}>-1 +\fi}{}% \arabic{att}\ifnumcomp{\value{dexb}}{>}{0}{\addtocounter{att}{\value{dexb}} (\arabic{att})}{}, AP \arabic{spd}\ifnumcomp{\value{spdb}}{>}{0}% {\addtocounter{spd}{\value{spdb}} (\arabic{spd})}{}\ifnumcomp{\value{heft}}{>}{1}{: \arabic{heft}}{}, -- GitLab