From b96b600f1bb12cc63457528af6b478189a3431ea Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Sat, 17 Jun 2017 01:09:31 -0400 Subject: [PATCH] More vanilla. --- src/uncategorized/arcade.tw | 2 +- src/uncategorized/buySlaves.tw | 2 +- src/uncategorized/pSchoolSuggestion.tw | 6 +++--- src/uncategorized/randomNonindividualEvent.tw | 4 ++-- src/uncategorized/recruiterSelect.tw | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/uncategorized/arcade.tw b/src/uncategorized/arcade.tw index 7e743a5d457..e74c141edce 100644 --- a/src/uncategorized/arcade.tw +++ b/src/uncategorized/arcade.tw @@ -57,7 +57,7 @@ $arcadeNameCaps <<case "Hedonistic">> is built in such a way so that most of a slave's ass, thighs, breasts and belly are exposed for patrons to grope and fondle. Plenty of cup holders and surfaces are available to hold one's food and drink as they enjoy their hole of choice. <<default>> - is a standard Free Cities sex arcade: a pair of hallways extend away from the entrance, lined with doorless stalls like those in a public restroom. One hallway offers mouths, the other <<if $seeDicks != 2>>vaginas and <</if>>anuses. + is a standard Free Cities sex arcade: a pair of hallways extend away from the entrance, lined with doorless stalls like those in a public restroom. One hallway offers mouths, the other <<if $seeDicks != 100>>vaginas and <</if>>anuses. <</switch>> <<if $arcadeSlaves > 2>> diff --git a/src/uncategorized/buySlaves.tw b/src/uncategorized/buySlaves.tw index 50413aa5af1..59e969e14d7 100644 --- a/src/uncategorized/buySlaves.tw +++ b/src/uncategorized/buySlaves.tw @@ -97,7 +97,7 @@ __Sex Slave Purchase Options__ <<if ($rep > 5500)>> <br>''Slave Schools:'' //High prices; will be young and healthy.// - <<if ($seeDicks != 2)>> + <<if ($seeDicks != 100)>> <br> [[The Slavegirl School][$slavesSeen += 1]] | <<if $cash > _minimumFive>> [[(x5)|Bulk Slave Generate][$slaveMarket = "TSS", $introType = "bulk", $numSlaves = 5]] | diff --git a/src/uncategorized/pSchoolSuggestion.tw b/src/uncategorized/pSchoolSuggestion.tw index e6854fc45d4..72db9d6ebea 100644 --- a/src/uncategorized/pSchoolSuggestion.tw +++ b/src/uncategorized/pSchoolSuggestion.tw @@ -11,7 +11,7 @@ You entertain your most prominent citizens on a regular basis; it's expected, it When you do appear, you get an even greater acclamation than usual. It seems your best citizens have discovered that they're unanimous in the belief that the arcology would benefit if a reputable slave school opened a branch campus here. Now they're deep in debate over which of the prominent schools is the best, and it's turned into a friendly but spirited dispute over the schools' merits. -<<if $seeDicks != 2>> +<<if $seeDicks != 100>> <br><br> "The Slave School for me," says a portly man with a thriving slave breaking business down in the markets. "Their girls are pretty, skilled, and innocent, without any of that weird crap the other schools go in for. Besides, all that special stuff drives up the prices. TSS girls are cheap for what you get. When you're tired of one, just buy another." He turns to his friend and business partner, a much thinner man. "Though I'm sure you disagree with me." <br><br> @@ -33,7 +33,7 @@ The older gentleman who seems to have been acting as unofficial moderator before <br><br> <span id="result"> -<<if $seeDicks != 2>> +<<if $seeDicks != 100>> <<link "The Slave School">> <<replace "#result">> You thank your leading citizens and announce your decision: you'll be contacting The Slave School about opening a branch campus here, immediately. @@ -54,7 +54,7 @@ The older gentleman who seems to have been acting as unofficial moderator before <</link>> <</if>> <<if $seeDicks != 0>> -<<if $seeDicks != 2>><br><</if>> +<<if $seeDicks != 100>><br><</if>> <<link "L'Ecole des Enculees">> <<replace "#result">> You thank your leading citizens and announce your decision: you'll be contacting L'Ecole des Enculees about opening a branch campus here, immediately. diff --git a/src/uncategorized/randomNonindividualEvent.tw b/src/uncategorized/randomNonindividualEvent.tw index e028d13f722..b9abc8bbeed 100644 --- a/src/uncategorized/randomNonindividualEvent.tw +++ b/src/uncategorized/randomNonindividualEvent.tw @@ -535,7 +535,7 @@ <<if ($HeadGirl.devotion > 50) && ($HeadGirl.dick > 0)>> <<set $recruit.push("male recruit")>> <</if>> -<<if $seeDicks != 2>> +<<if $seeDicks != 100>> <<if ($HeadGirl.devotion > 50)>> <<set $RecETSevent.push("mismatched pair")>> <</if>> @@ -946,7 +946,7 @@ <<set $RESSale = []>> <<if $cash > 10000>> <<if $rep > 6000>> - <<if $seeDicks != 2>> + <<if $seeDicks != 100>> <<if $TSS.studentsBought == 0>> <<set $events.push("RES Sale")>> <<set $RESSale.push("TSS")>> diff --git a/src/uncategorized/recruiterSelect.tw b/src/uncategorized/recruiterSelect.tw index d717adcecbf..6fcf021b0d3 100644 --- a/src/uncategorized/recruiterSelect.tw +++ b/src/uncategorized/recruiterSelect.tw @@ -11,7 +11,7 @@ <br><br>Your recruiter will target ''$recruiterTarget.'' ''Assign a different focus:'' <br> [[Desperate whores|Recruiter Select][$recruiterTarget = "desperate whores"]] //Likely to be skilled but unhealthy// <br> [[Young migrants|Recruiter Select][$recruiterTarget = "young migrants"]] //Young and inexperienced but unhealthy// -<<if ($seeDicks != 2)>> +<<if ($seeDicks != 100)>> <br> [[Expectant mothers|Recruiter Select][$recruiterTarget = "expectant mothers"]] //Will be pregnant, and likely unhealthy// <</if>> <<if ($seeDicks != 0)>> -- GitLab