From d787f7e5fe67daed3ab24a5c970c4f3941df18d2 Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Sun, 4 Jul 2021 09:21:12 -0400
Subject: [PATCH] fix appending results to wrong node

---
 src/events/recFS/recfsIntellectualDependency.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/events/recFS/recfsIntellectualDependency.js b/src/events/recFS/recfsIntellectualDependency.js
index 6e15206dd8f..eb78f70ec19 100644
--- a/src/events/recFS/recfsIntellectualDependency.js
+++ b/src/events/recFS/recfsIntellectualDependency.js
@@ -60,7 +60,7 @@ App.Events.recFSIntellectualDependency = class recFSIntellectualDependency exten
 			const frag = new DocumentFragment();
 			r = [];
 			r.push(`You receive so many messages, as a noted titan of the new Free Cities world, that ${V.assistant.name} has to be quite draconian in culling them. ${HeA} lets only the most important through to you. One category of message that always gets through regardless of content, though, is requests for voluntary enslavement. As the new world takes shape, they've become less rare than they once were.`);
-			App.Events.addParagraph(node, r);
+			App.Events.addParagraph(frag, r);
 			r = [];
 			r.push(`The call comes in from a middle-class area. It appears that the tired looking woman placing the call has a special needs child and can no longer continue to provide the care ${he} requires. Having ${him} disappear discreetly into ${V.arcologies[0].name} would be a convenient way of resolving the situation. Your society's tastes for the mentally slow gives them a plausible way to salve their own consciences on abandoning their child, while, at the same time, giving ${him} a home where ${he} can thrive.`);
 
-- 
GitLab