From 632bac9e8c21d9349f6509ba4477428826452eb7 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Sun, 4 Aug 2024 21:07:11 +0200
Subject: [PATCH] remove medicine roll note from unstoppable animals

---
 stats.sty | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/stats.sty b/stats.sty
index bc49d952..ede3353f 100644
--- a/stats.sty
+++ b/stats.sty
@@ -363,7 +363,9 @@
 \newcommand{\unstoppable}{%
   \addtocounter{hp}{2}%
   Unstoppable
-  (+2 \glsentryshortpl{hp}, and +\arabic{knacks} to any Medicine rolls to save them when dying)%
+  (+2 \glsentryshortpl{hp}%
+    \ifnum\value{Intelligence}>-5, and +\arabic{knacks} to any Medicine rolls to save them when dying%
+  \fi)%
 }
 
 \newcommand{\vengeful}{%
-- 
GitLab