From 48fe3e586236b07394fe6d288ae6fda31a70bbbe Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Sun, 4 Aug 2024 00:37:48 +0200
Subject: [PATCH] switch CS label 'encumbrance' with 'penalty'

The character sheet's spot to mark 'encumbrance penalties' is only named
'encumbrance', so it's not immediately clear what it does.  Since
characters only take penalties from encumbrance, it's clearer to just
state that it's a space for 'penalties'.
---
 CS.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CS.tex b/CS.tex
index 5c1db91e..41db8ab7 100644
--- a/CS.tex
+++ b/CS.tex
@@ -95,7 +95,7 @@ circle label/.style = {
       \draw[dotted] (-1,-0.9) circle (1);
      \path[circle label={MP = 3 x spheres}] (-1,-4.6) arc (-90:315-45:1.1);
       \draw[dotted] (-1,-3.5) circle (1) node [align=left] {};
-     \path[circle label={Encumbrance}] (-1,-7.2) arc (-90:315-45:1.1);
+     \path[circle label={Penalty}] (-1,-7.2) arc (-90:315-45:1.1);
       \draw[dotted] (-1,-6.1) circle (1) node [align=left] {};
     \end{tikzpicture}
 
-- 
GitLab