From 2795ed6a50101264fe31f45e7c504f3cce6fad43 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Tue, 5 Dec 2023 22:53:31 +0100
Subject: [PATCH] let dragons breathe fire

---
 monsters.sty | 2 +-
 stats.sty    | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/monsters.sty b/monsters.sty
index 3de14e2c..7ba10688 100644
--- a/monsters.sty
+++ b/monsters.sty
@@ -202,7 +202,7 @@
 	\randomfour
 	\ifodd\value{r4}\multiply\value{track} by -1\fi
 
-  \renewcommand\abilities{\flight, \claws}
+  \renewcommand\abilities{\flight, \claws, \fireBreath}
 
 	\person{\value{age}}% STRENGTH
 	{\value{age}}% DEXTERITY
diff --git a/stats.sty b/stats.sty
index bc47bfad..e4ae7991 100644
--- a/stats.sty
+++ b/stats.sty
@@ -912,6 +912,10 @@
   Claws%
 }
 
+\newcommand{\fireBreath}{%
+  Fiery breath (equivalent to a torch)%
+}
+
 % To fly, creatures should have Speed
 % + Dexterity greater than Strength +
 % DR.
-- 
GitLab