Skip to content
Snippets Groups Projects
Commit 98f50e20 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'fix-appending-results-to-wrong-node' into 'pregmod-master'

fix appending results to wrong node

Closes #3269

See merge request !9802
parents 5d03da67 d787f7e5
Branches
Tags
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.
Please register or to comment