diff --git a/monsters.sty b/monsters.sty
index 3de14e2cfade267959a4e04b3e6667baa6fd2e95..7ba10688e51f141add0c79b3f638b3d27da858b7 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 bc47bfad618fbfea65e70d0470c8d5fd934d06f1..e4ae7991d97b49cd0bfd6bc06494384aeb2c1d69 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.