App.Events.addNode(el,[`Since ${he} doesn't have enough prisoners to manage to keep ${him} busy, ${he} works on citizens' slaves, earning <span class="yellowgreen"> ${cashFormat(seed)}.</span>`],"div","indent");
}
}
if (slavesLength>0){
if (slavesLength===1){
if (slaves.length>0){
if (slaves.length===1){
App.UI.DOM.appendNewElement("div",el,`One slave is being confined in ${V.cellblockName} until they are willing to obey.`,"indent");
}else{
App.UI.DOM.appendNewElement("div",el,`${slavesLength} slaves are being confined in ${V.cellblockName} until they are willing to obey.`,"indent");
App.UI.DOM.appendNewElement("div",el,`${slaves.length} slaves are being confined in ${V.cellblockName} until they are willing to obey.`,"indent");