From 63d189a1321ce3fc2f49ec1a776c49b113dddec4 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Wed, 2 Aug 2023 22:44:46 +0200
Subject: [PATCH] remove old knacks commands

---
 stats.sty | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/stats.sty b/stats.sty
index 8c9d1a86..50292599 100644
--- a/stats.sty
+++ b/stats.sty
@@ -61,9 +61,6 @@
 \newcommand{\skills}{}
 \newcommand{\equipment}{}
 \newcommand{\mods}{}
-\newcommand{\printknacks}{}
-\newcommand{\weaponknackone}{}
-\newcommand{\weaponknacktwo}{}
 
 % we calculate damage here because we can't display 1d6+6 damage - it has to turn into 2d6+2 damage.
 \newcommand{\calculatedamage}[1]{%
@@ -493,8 +490,6 @@ You don't need to fall unconscious when making a Vitality check)%
 	\setcounter{damage}{0}
 	\setcounter{knacks}{0}
 	\renewcommand{\armourtype}{N}
-	\renewcommand{\weaponknackone}{}
-	\renewcommand{\weaponknacktwo}{}
 	\setcounter{mp}{0}
 	\setcounter{mpLocked}{0}
 	\setcounter{xpbonus}{0}
@@ -542,8 +537,6 @@ You don't need to fall unconscious when making a Vitality check)%
 
 \end{tabularx}
 
-	\weaponknackone
-	\weaponknacktwo
 }
 
 %%     _               _        _
-- 
GitLab