From fdc304e56b0380c969e084b6da6c040b018dc3a9 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Thu, 1 Aug 2024 19:14:38 +0200
Subject: [PATCH] place debt on cs

---
 CS.tex         | 4 ++++
 csCommands.sty | 1 +
 2 files changed, 5 insertions(+)

diff --git a/CS.tex b/CS.tex
index 721c2de1..5c1db91e 100644
--- a/CS.tex
+++ b/CS.tex
@@ -40,6 +40,10 @@
       \textbf{Race:} & \iftoggle{examplecharacter}{\sffamily\race}{\lightDots} &
       \textbf{Concept:} & \iftoggle{examplecharacter}{\sffamily\concept}{\lightDots} &
       \textbf{Rank:} & \iftoggle{examplecharacter}{\sffamily\rank}{\lightDots} \\
+
+      \textbf{Debt:} & \iftoggle{examplecharacter}{\sffamily\characterDebt}{\lightDots} &
+      & &
+      \\
     \end{tabularx}
 }
 
diff --git a/csCommands.sty b/csCommands.sty
index 5fd5d927..0e09cb43 100644
--- a/csCommands.sty
+++ b/csCommands.sty
@@ -8,6 +8,7 @@
 \newcommand\code{}
 \newcommand\culture{}
 \newcommand\rank{}
+\newcommand\characterDebt{}
 
 \newcommand\csComments{}
 \newcommand\mapLabels{}
-- 
GitLab