diff --git a/CS.tex b/CS.tex index 84e69a723a4be64f56cfcb815f81e068b5c416e2..1afe32587817dfac08b03270a9ae98c6c50f0348 100644 --- a/CS.tex +++ b/CS.tex @@ -53,12 +53,12 @@ \addtolength{\tabcolsep}{-0.53em} \begin{tabular}{lcccccccccc} & \tiny{-4} & \tiny{-3} & \tiny{-2} & \tiny{-1} & \tiny{0} & \tiny{1} & \tiny{2} & \tiny{3} & \tiny{4} \\ - \showAttribute{Strength}{Strength} - \showAttribute{Dexterity}{Dexterity} - \showAttribute{Speed}{Speed} - \showAttribute{Intelligence}{Intelligence} - \showAttribute{Wits}{Wits} - \showAttribute{Charisma}{Charisma} + \showAttribute{Strength} + \showAttribute{Dexterity} + \showAttribute{Speed} + \showAttribute{Intelligence} + \showAttribute{Wits} + \showAttribute{Charisma} \end{tabular} } diff --git a/layout.sty b/layout.sty index 708796b75d45e710fe3dec2198421e33306ca634..ee4c5155161dc5dd09b16d51dc968726962b231b 100644 --- a/layout.sty +++ b/layout.sty @@ -1014,7 +1014,7 @@ Roll & Result \\ \newcommand\currentCircle{} \newcommand{\weeline}{\line(1,0){30} \hspace{.6cm}} -\newcommand\showAttribute[2]{ +\newcommand\showAttribute[1]{ \setcounter{track}{-4}% {#1}% \whileboolexpr{% @@ -1023,7 +1023,7 @@ Roll & Result \\ {% &% \ifnum\value{track}>0% - \ifnum\value{track}>\value{#2}% + \ifnum\value{track}>\value{#1}% \statCircle% \else% \statDot% @@ -1032,7 +1032,7 @@ Roll & Result \\ \ifnum\value{track}=0% \raisebox{2pt}{\statDot[\footnotesize]}% \else% - \ifnum\value{#2}>\value{track}% + \ifnum\value{#1}>\value{track}% {\Large\Square}% \else% {\Large\XBox}%