Skip to content
Snippets Groups Projects
Commit a04d158e authored by lowercasedonkey's avatar lowercasedonkey
Browse files

comma

parent 9bf9453a
No related branches found
No related tags found
No related merge requests found
......@@ -23,11 +23,7 @@ App.Markets.wetware = function() {
const el = new DocumentFragment();
let r = [];
getNonlocalPronouns(V.seeDicks).appendSuffix('U');
r.push(`You're in the corner of the slave market occupied by scientists and programmers, pioneers in perfecting the skills of slaves by removing all external stimuli and subjecting them to an inhumane regimen of simulated sexual and career training. Although their bodies are ruined, these slaves are guaranteed to be intelligent, skilled and trained in a variety of jobs. If you're willing to perform extensive repairs`);
if (V.bodyswapAnnounced) {
r.push(`, or have a spare body ready`);
}
r.push(`, these slaves have high potential in almost any role in your arcology.`);
r.push(`You're in the corner of the slave market occupied by scientists and programmers, pioneers in perfecting the skills of slaves by removing all external stimuli and subjecting them to an inhumane regimen of simulated sexual and career training. Although their bodies are ruined, these slaves are guaranteed to be intelligent, skilled and trained in a variety of jobs. If you're willing to perform extensive repairs${(V.bodyswapAnnounced)?`, or have a spare body ready`:``}, these slaves have high potential in almost any role in your arcology.`);
let _wetware = jsRandom(1, 4);
if (_wetware === 1) {
......
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