diff --git a/monsters.sty b/monsters.sty
index 63b51cc433339e59132b32df3d9df4068a104e68..265cf2d94388bcc13960731eeb5f5c4dc881a5b5 100644
--- a/monsters.sty
+++ b/monsters.sty
@@ -218,9 +218,7 @@
           Water 1
         \fi
       \fi
-  }}{%
-	\iftoggle{bestiarychapter}{$3D6\times 100$gp, sitting in a lair.}{%
-		{\setcounter{gold}{\thepage}\addtocounter{gold}{-50}\multiply\value{gold} by \value{list}\multiply\value{gold} by \thechapter \ifnumcomp{\value{gold}}{>}{0}{\arabic{gold}gp in lair in assorted change}{None}}}}%
+  }}{}%
 	{\ifodd\value{r2}%
 	\setcounter{gold}{\value{r3b}}\multiply\value{gold} by 3%
 	\addtocounter{gold}{\value{int}}%
diff --git a/stats.sty b/stats.sty
index d60440fbcafdcced54512e48f5b0d22f6c1726a5..2fdbbcd5e6bb76a7d81522786b82b42728dab2fc 100644
--- a/stats.sty
+++ b/stats.sty
@@ -640,7 +640,12 @@
   }{}
 
 	\iftoggle{mind}%
-    {\ent{Equipment} & \equipment \\}%
+    {%
+    \ifdefempty{\equipment}{}
+    {
+      \ent{Equipment} & \equipment \\
+    }
+    }%
     {\ent{Abilities} & \abilities \\}
 
   \ifdefempty{\abilities}{}%