diff --git a/src/events/reRoyalBlood.js b/src/events/reRoyalBlood.js index 94595e9b08912d0f52201575b85dd97d59fe2529..a6b9ab51044100081d3e45246a0881c091a6be27 100644 --- a/src/events/reRoyalBlood.js +++ b/src/events/reRoyalBlood.js @@ -333,8 +333,16 @@ 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.`); + App.Events.addParagraph(text, r); + r = []; r.push(`Eventually they all arrive in your penthouse. The`); if (V.seeDicks > 0) { r.push(`prince and princess`);