From a7b9b60af97d609b149748255a1709ed9b493d33 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Sun, 20 Jan 2019 22:19:30 -0500 Subject: [PATCH] minor fixes --- src/uncategorized/pMercenaryRomeo.tw | 2 +- src/uncategorized/reputation.tw | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/uncategorized/pMercenaryRomeo.tw b/src/uncategorized/pMercenaryRomeo.tw index 20d98fc1601..c397d77f68f 100644 --- a/src/uncategorized/pMercenaryRomeo.tw +++ b/src/uncategorized/pMercenaryRomeo.tw @@ -20,7 +20,6 @@ <</if>> <<if ndef $activeSlave>> <<set _name = setup.whiteAmericanSlaveNames.random()>> - <<setNonlocalPronouns $seeDicks>> <</if>> <<if _name == 0>> @@ -52,6 +51,7 @@ proffered by an attentive slave girl, he seems almost bashful. "<<= properTitle()>>, I'll say this straight. I'd like to buy one of your slaves. <<if _name != 0>> + <<setNonlocalPronouns $seeDicks>> I've been seeing _name a lot, and _heU makes the years sit a little lighter on me. I've scraped together what I can, and I can pay <<print cashFormat(50000)>>." It's a huge sum for a mercenary; it's probably his entire savings, but there is a slight problem; the slave he is looking for isn't one of yours. "Well then," he says in embarrassment, "Have to say this is a little awkward." He gives a fake cough, "You wouldn't happen to, you know, know who _hisU owner is?" You shake your head. A run in with a _girlU named _name isn't much to go by and it really isn't your problem. "Ah well, I'm sure I'll see _himU around again. Anyway, that was a fine victory the other day, <<= properTitle()>>; come down to the bar and join the boys and I. We'll buy you a drink. Devil knows, thanks to you we can afford to. Hell, maybe you'll even get to meet _name too, get to see just how much of a looker _heU is." <<unset $romeoID>> <<else>> diff --git a/src/uncategorized/reputation.tw b/src/uncategorized/reputation.tw index 8f42ef9a5dc..b5a7031558e 100644 --- a/src/uncategorized/reputation.tw +++ b/src/uncategorized/reputation.tw @@ -539,7 +539,7 @@ On formal occasions, you are announced as $PCTitle. <</if>> <<if ($arcologies[0].FSRepopulationFocus != "unset") && ($birthsTotal > 0)>> - The number of children you've bought into the world @@.green;pleases@@ your citizens. + The number of children you've brought into the world @@.green;pleases@@ your citizens. <<if $birthsTotal < 1000>> <<set $rep += $birthsTotal>> <<else>> -- GitLab