diff --git a/src/interaction/fSlaveFeed.js b/src/interaction/fSlaveFeed.js index 7cb8961c4e18f2c6a77b16d3fa4e546a183a826d..8badbbd789cc31162109b9e58e85ae3f4b489a0a 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; };