diff --git a/src/events/reRoyalBlood.js b/src/events/reRoyalBlood.js index c312a4f7c4fdf691e8ad659b59b9252d82b8fce7..b59a8abc757394630090a48d533bfc80bb9b76aa 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`);