From 6eca5e6a445a188ceeb1ab2bcb8c4a1f05ba2753 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@tutamail.com>
Date: Mon, 19 Oct 2020 05:56:39 +0200
Subject: [PATCH] fix jelly

---
 monsters.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/monsters.tex b/monsters.tex
index 5a3d9fd7..7f6feeec 100644
--- a/monsters.tex
+++ b/monsters.tex
@@ -1518,7 +1518,7 @@
 \newcommand{\jelly}[1][\npc{\A}{Acidic Ooze}]{
 	#1
 	\randomtwo
-	\addtocounter{enc}{5}
+	\addtocounter{enc}{4}
 	\randomfour
 	\randomthree
 	\addtocounter{age}{-2}
@@ -1530,7 +1530,7 @@
 {2}% AGGRESSION
 {Stealth \arabic{r4}, \knacks{\unstoppable}}% SKILLS
 {Acidic damage, gelatinous (DR does not apply to fire-based attacks)}% ABILITIES
-{\addtocounter{xpbonus}{2}}
+{}
 }
 
 \newcommand{\umberhulk}[1][\npc{\A}{Umber Hulk}]{
-- 
GitLab