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

remove penalty for 0 combat

parent 7638f55b
Branches
Tags
No related merge requests found
......@@ -429,7 +429,7 @@
\raggedright
\noindent\begin{tabular}{p{.3\textwidth}>{\raggedright\arraybackslash}p{.65\textwidth}}
\ent{Skills:} & \ifnumcomp{\value{att}}{=}{0}{\setcounter{att}{-1}}{\iftoggle{mind}{Combat \arabic{att}, }{Aggression \arabic{att}, }} \skills \\
\ent{Skills:} & \ifnumcomp{\value{att}}{=}{0}{}{\iftoggle{mind}{Combat \arabic{att}, }{Aggression \arabic{att}, }} \skills \\
\iftoggle{mind}{\ent{Equipment:} & \equipment \\}{\ent{Abilities:} & \abilities \\}
\addtocounter{strb}{\value{str}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment