r.push(` of its stock of ${V.market.newSlaves.length} slaves.`);
if (V.market.slaveMarket==="TFS"){
/* Put line about The Futanari Sisters discount & pricing */
}elseif (V.discount===475){
r.push(`Your bulk delivery came with a <span class="yellowgreen">5%</span> discount.`);
}else{
r.push(`With all your discounts factored in you got a <span class="yellowgreen">${(500-V.discount)/5}%</span> discount`);
}
r.push(`You spent <span class="yellowgreen">${cashFormat(V.spent)}</span> on your new slaves.<br><br>`);
case"liquidator":
r.push(`Your new pair of slaves look frightened and uncertain, but seem encouraged by each other's presence.`);
case"egyptian":
r.push(`They arrive hand-in-hand and don't let go of each other until the end of the enslavement process, and even after they break their grip and undress at your instruction, their eyes never stray far from each other. With a closer look at them, their blood relation is as obvious as their infatuation with one another. No wonder they couldn't keep it a secret.`);
case"event":
r.push(`This is placeholder event info.`);
}
App.Events.addParagraph(el,r);
/* remove the below line to make the intro blurb show up for every slave, not just the first */
V.market.introType="";
if ((V.market.newSlaveIndex>=V.market.newSlaves.length)||(V.market.newSlavesDone===1)){
/* Variable Clean-up */
V.market.newSlaves=[];
V.market.newSlavesDone=0;
V.market.introType="";
SugarCube.Engine.play(V.returnTo);
}else{
if (V.market.newSlaves.length>1){
App.UI.DOM.appendNewElement("div",el,`Showing new slave ${V.market.newSlaveIndex+1} of ${V.market.newSlaves.length}:`)
}
//<br><br>
/* Set slave to the desired newSlave so that existing code can be used */