From 00d8fe936598e8be0070f311ac75cc44b9dc87b2 Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Mon, 14 Aug 2023 21:50:08 +0200 Subject: [PATCH] remove sphereSkill command --- csCommands.sty | 7 ------- layout.sty | 6 ------ 2 files changed, 13 deletions(-) diff --git a/csCommands.sty b/csCommands.sty index 2c6ce547..952ef9d1 100644 --- a/csCommands.sty +++ b/csCommands.sty @@ -58,13 +58,6 @@ \newcommand\characterEquipment{} \newcommand\knackOne{} \newcommand\knackTwo{} -\newcommand\sphereOne{ - \sphereSkill{}{0} -} -\newcommand\sphereTwo{ - \sphereSkill{}{0} -} \newcommand\charSpellList{} - diff --git a/layout.sty b/layout.sty index 9dbf10ea..db5108cd 100644 --- a/layout.sty +++ b/layout.sty @@ -1045,12 +1045,6 @@ Roll & Result \\ \\% } -\newcommand{\sphereSkill}[2]{ - \setcounter{statCircles}{5} - \addtocounter{statCircles}{-#2} - #1 \dotfill \Repeat{#2}{\statDot}\Repeat{\value{statCircles}}{\statCircle} -} - \newcommand\hint[1]{% \iftoggle{examplecharacter}{}% {\small\textcolor{gray}{(#1)}} -- GitLab