From c7a2ba7b852d1aa8aefb89fd23fb44018e9e931b Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Wed, 8 May 2024 06:17:47 +0200
Subject: [PATCH] stop showing undead ep

---
 stats.sty | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/stats.sty b/stats.sty
index 5cc6f396..6078e1e8 100644
--- a/stats.sty
+++ b/stats.sty
@@ -1019,6 +1019,8 @@
     \setcounter{dr}{2}%
   \fi%
   \set{covering}{5}
+  \setcounter{weaponWeight}{0}% Stop EP showing.
+  \setcounter{armourWeight}{0}
   \addAbility{Undead}%
 }
 
-- 
GitLab