From 0ce75edba472ce5748853f7154c44fab8ad6b9a1 Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Sat, 5 Dec 2020 00:03:39 -0500
Subject: [PATCH] cleanup

---
 src/interaction/fSlaveFeed.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/interaction/fSlaveFeed.js b/src/interaction/fSlaveFeed.js
index 7cb8961c4e1..8badbbd789c 100644
--- a/src/interaction/fSlaveFeed.js
+++ b/src/interaction/fSlaveFeed.js
@@ -2066,7 +2066,7 @@ globalThis.FSlaveFeed = function(slave, milkTap) {
 			r.push(`With ${slave.slaveName} unable to continue, you are left with the backed up ${milkTap.slaveName} to deal with. Hopefully ${he2} doesn't leak too much as ${he2} waits for further use.`);
 		}
 	}
-
+	App.Events.addNode(el, r, "p");
 	SetBellySize(slave);
 	return el;
 };
-- 
GitLab