Skip to content
Snippets Groups Projects
Commit d787f7e5 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

fix appending results to wrong node

parent 5d03da67
No related branches found
No related tags found
No related merge requests found
......@@ -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.`);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment