From 5a3a232eba955cc97f68981a97dca8702afa9ea3 Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Wed, 24 Feb 2021 21:58:59 -0500 Subject: [PATCH] restore missing text --- src/events/reRoyalBlood.js | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/events/reRoyalBlood.js b/src/events/reRoyalBlood.js index c312a4f7c4f..b59a8abc757 100644 --- a/src/events/reRoyalBlood.js +++ b/src/events/reRoyalBlood.js @@ -333,8 +333,15 @@ App.Events.RERoyalBlood = class RERoyalBlood extends App.Events.BaseEvent { `Send an unheard amount of credits and goods to retrieve the entire court.`, () => { const text = new DocumentFragment(); - App.UI.DOM.appendNewElement("p", text, `You take a tablet and transmit a communication request to the new arcology owner with your intent. Once his shock wears off, he readily accepts with little need for negotiation. Soon, a flight of VTOLs land in the new arcology laden with goods. When they take off again they have the`); - const r = []; + let r = []; + r.push(`You take a tablet and transmit a communication request to the new arcology owner with your intent. Once his shock wears off, he readily accepts with little need for negotiation. Soon, a flight of VTOLs land in the new arcology laden with goods. When they take off again they have the`); + if (V.seeDicks > 0) { + r.push(`prince and princess, clad in chains and bound face to face in a forced embrace, the Queen, who is resigned to ${his3} fate,`); + } else { + r.push(`princess and ${his} mother, clad in chains and bound face to face in a forced embrace,`); + } + r.push(`and a gaggle of terrified court ladies and as much loot as they could carry.`); + r = []; r.push(`Eventually they all arrive in your penthouse. The`); if (V.seeDicks > 0) { r.push(`prince and princess`); -- GitLab