Skip to content
Snippets Groups Projects
Commit 4ce4063a authored by svornost's avatar svornost
Browse files

Remove unnecessary CombineNodes call

parent 7da2fb93
No related branches found
No related tags found
No related merge requests found
...@@ -62,7 +62,7 @@ App.Events.RETSTopExhaustion = class RETSTopExhaustion extends App.Events.BaseEv ...@@ -62,7 +62,7 @@ App.Events.RETSTopExhaustion = class RETSTopExhaustion extends App.Events.BaseEv
let t = []; let t = [];
t.push(`As you stroll past the best part of the slave living area one evening, you hear a lewd slap, slap, slap coming from the room`); t.push(`As you stroll past the best part of the slave living area one evening, you hear a lewd slap, slap, slap coming from the room`);
t.push(App.UI.DOM.combineNodes(App.UI.DOM.slaveDescriptionDialog(subSlave))); t.push(App.UI.DOM.slaveDescriptionDialog(subSlave));
t.push(`and`); t.push(`and`);
t.push(contextualIntro(subSlave, domSlave, "DOM")); t.push(contextualIntro(subSlave, domSlave, "DOM"));
t.push(`share. It's quite obvious what they're up to, but you look in anyway. ${subSlave.slaveName} has clearly had a long day, and is tired, but ${he}'s being a good ${subSlave.relationship > 4 ? `${wife}` : `lover`} and letting ${domSlave.slaveName} use ${his} body. ${subSlave.slaveName} is lying`); t.push(`share. It's quite obvious what they're up to, but you look in anyway. ${subSlave.slaveName} has clearly had a long day, and is tired, but ${he}'s being a good ${subSlave.relationship > 4 ? `${wife}` : `lover`} and letting ${domSlave.slaveName} use ${his} body. ${subSlave.slaveName} is lying`);
......
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