From 770f3a7331a9feb7bd73fa053399690289e09ba6 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Mon, 6 May 2024 23:26:12 +0200
Subject: [PATCH] move \makeRule commands to config

---
 commands.tex | 12 ------------
 config       |  2 +-
 2 files changed, 1 insertion(+), 13 deletions(-)

diff --git a/commands.tex b/commands.tex
index 5c455fd1..1ac87cb2 100644
--- a/commands.tex
+++ b/commands.tex
@@ -1,16 +1,5 @@
 \makeindex[name=spells,title={Spell Summaries},columns=2]
 
-\newcommand\makeRule[5]{
-  \subsubsection[#2: \roll{#3}{#4}, \glsentrytext{tn} #5]{#2}
-  \label{#1}%
-  \textit{\roll{#3}{#4}, \glsentrytext{tn}~#5.}%
-}
-
-\newcommand\makeAutoRule[3]{
-  \subsubsection[#2: #3]{#2}
-  \label{#1}%
-}
-
 \newcommand\bigSkillsTable{
   \begin{figure*}[t!]
   \small
@@ -359,7 +348,6 @@
   }%
 }
 
-
 \newcommand\calcFallingDamage[2]{%
   \setcounter{Strength}{#1}%
   \setcounter{enc}{#2}%
diff --git a/config b/config
index 0cc4fbdb..e9a28f31 160000
--- a/config
+++ b/config
@@ -1 +1 @@
-Subproject commit 0cc4fbdb01081b5063b558f42a01cc43288fb5b4
+Subproject commit e9a28f3148b7cfd8a878751b8f777e412ccb3b0f
-- 
GitLab