diff --git a/src/SpecialForce/Firebase.tw b/src/SpecialForce/Firebase.tw index d6e3997f2e52a62da44cbc12c80630283a5c5b81..452c1b0006b295ecf9a46947463caad56562cbe4 100644 --- a/src/SpecialForce/Firebase.tw +++ b/src/SpecialForce/Firebase.tw @@ -71,12 +71,12 @@ <br>[[Tour the firebase|Firebase][$Tour = 1]] <<else>> <<= FlavourText('Intro')>> - <<if _T1 && _LB> 0>> <br><br>''Launch Bay:'' - <<if $SF.Squad.Satellite.lv > 0>> <br> ''Satellite:'' <<= Sat()>> - <<if $SF.Squad.Satellite.InOrbit < 1>> <br> [[Launch it into geostationary orbit.|Firebase][$SF.Squad.Satellite.InOrbit=1]] //You <span class='red'>cannot</span> upgrade the satellite once it has been launched.// <</if>> - <</if>> - <<if $SF.Squad.GiantRobot > 0>> <br> ''Giant Robot:'' <<= GR()>> <</if>> - <<if $SF.Squad.MissileSilo > 0>> <br> ''Cruise Missile:'' <<= ms()>> <</if>> + <<if _T1 && _LB> 0>> <br><br>''Launch Bay:'' + <<if $SF.Squad.Satellite.lv > 0>> <br> ''Satellite:'' <<= Sat()>> + <<if $SF.Squad.Satellite.InOrbit < 1>> <br> [[Launch it into geostationary orbit.|Firebase][$SF.Squad.Satellite.InOrbit=1]] //You <span class='red'>cannot</span> upgrade the satellite once it has been launched.// <</if>> + <</if>> + <<if $SF.Squad.GiantRobot > 0>> <br> ''Giant Robot:'' <<= GR()>> <</if>> + <<if $SF.Squad.MissileSilo > 0>> <br> ''Cruise Missile:'' <<= ms()>> <</if>> <</if>> <<= FlavourText('Outro')>> <</if>> \ No newline at end of file diff --git a/src/SpecialForce/SpecialForce.js b/src/SpecialForce/SpecialForce.js index ee9a48195ccf486dde6bac64fcc8d3168cce6f49..5bbe9269e02d4e066ba64a65823c8e8762e3bf95 100644 --- a/src/SpecialForce/SpecialForce.js +++ b/src/SpecialForce/SpecialForce.js @@ -31,7 +31,7 @@ window.SFBC = function() { delete input[0]; input.splice(input[0],1); } } - + const V=State.variables; function InitClean() { jsDel([V.SFMODToggle,V.securityForceActive,V.securityForceCreate,V.securityForceEventSeen]); @@ -736,7 +736,7 @@ window.FlavourText = function(View) { if (S.HAT >= 8) ramps=`The loading ramps have been improved, allowing for faster unloading.`; if (S.HAT >= 9) HATframe=`The frame has been widened and reinforced, allowing for more space on the deck.`; if (S.HAT >= 10) loadout=`An experimental loadout sacrifices all carrying capacity to instead act as a floating gun platform by mounting several rotary autocannons the deck, should the need arise.`; - return `An air cushion transport vehicle, or hovercraft${recom} is parked on the pier of the Naval Yard, ready to ferry ${tons} tons of soldiers and vehicles. ${guns} ${guns2} ${fans} ${turbines} ${speed} ${skirt} ${armor} ${ramps} ${HATframe} ${loadout}`; + return `An air cushion transport vehicle, or hovercraft ${recom} is parked on the pier of the Naval Yard, ready to ferry ${tons} tons of soldiers and vehicles. ${guns} ${guns2} ${fans} ${turbines} ${speed} ${skirt} ${armor} ${ramps} ${HATframe} ${loadout}`; } let r = `<br>`; @@ -905,7 +905,7 @@ window.ms = function() { if (V.SF.FS === undefined) { text += `<br><br>`; //text += ``; - V.SF.FS={Acceptance:{'FS':[],'Percent':[]}, Upgrade:0, Annoyance:0, Options:{ 'Slaves':[], 'FoodsAndMedia':[], 'CommonArea':[] ,'Barracks':[], 'SlaveProcessingCages':[], 'CommandCenter':[] ,'Armory':[] ,'DrugLab':[], 'Garage':[], 'Hangar':[] ,'DroneBay':[] ,'PersonalItems':[] ,'VehicleUpgrades':[] ,'CommonAreaVendors':[], 'RoleplayingManadated':[] ,'ColonelCompilance':[] ,'ColonelGift':[] }}; + V.SF.FS={Acceptance:{'FS':[],'Percent':[]}, Upgrade:0, Annoyance:0, Options:{ 'Slaves':[], 'FoodsAndMedia':[], 'CommonArea':[], 'Barracks':[], 'SlaveProcessingCages':[], 'CommandCenter':[], 'Armory':[], 'DrugLab':[], 'Garage':[], 'Hangar':[], 'DroneBay':[], 'PersonalItems':[], 'VehicleUpgrades':[], 'CommonAreaVendors':[], 'RoleplayingManadated':[], 'ColonelCompilance':[], 'ColonelGift':[] }}; V.SF.Colonel.Talk=1; } else { text += `You walk past The Colonel and move towards the common area to meet with an exclusive group of her very influential officers that are currently relaxing at their favorite table. These men and women are known for their competence, popularity, and authority within in their respective divisions of the ${V.SF.Lower}, they are hard to replace, and they are always looking to earn more coin; they are the perfect weak link for trickling your Future Society influences down into the Firebase. As the officers make room at their table for you to sit and join them for discussion, you spot The Colonel staring at you from afar, and she does not look happy with you. As you are her employer, she cannot stop you from speaking with her soldiers or moving around as you please, but she can tell that you are up to no good: <br><br>`; diff --git a/src/SpecialForce/Upgrades.tw b/src/SpecialForce/Upgrades.tw index b687b53da20f5270e3a0a6b563c6f9a7c5aa9338..21365acb4661b81b4a643679065a149e86af3a6e 100644 --- a/src/SpecialForce/Upgrades.tw +++ b/src/SpecialForce/Upgrades.tw @@ -1,4 +1,5 @@ :: Upgrades [nobr] + <br><br> <<if $SF.Size !== _max>> Total upgrade progress: <<print progress($SF.Size,_max)>> $SF.Size/_max(<<print ($SF.Size/_max).toFixed(2)>>%) <<if $SF.Size < 30>><br>//<<print (30-$SF.Size )>> more upgrades is needed until the next tier unlocks.//<</if>> <<else>>There are no more upgrades available.<</if>> <<if $SF.Upgrade > 0 && ($SF.Size !== _max)>> diff --git a/src/events/intro/introSummary.tw b/src/events/intro/introSummary.tw index 3ea5132307a03522f546f0d2d227b4817535ea42..40a3e1123b433fc8d0bbb282ef6509c367fd6234 100644 --- a/src/events/intro/introSummary.tw +++ b/src/events/intro/introSummary.tw @@ -86,7 +86,7 @@ __''World Settings''__ <<if ndef $customVariety>> You are using standardized slave trading channels. [[Customize the slave trade|Customize Slave Trade][$customVariety = 1, $customWA = 0]] <br> - <<options $internationalTrade>> + <<options $internationalTrade>> <<option 0 "Restrict the trade to continental">> The slave trade is ''continental,'' so a narrower variety of slaves will be available. <<option 1 "Allow intercontinental trade">> @@ -96,9 +96,9 @@ You are using standardized slave trading channels. [[Customize the slave trade|C <<if $internationalTrade == 1>> <<options $internationalVariety>> - <<option 0 "Semi-realistic national variety">> + <<option 0 "Semi-realistic national variety">> International slave variety is ''semi-realistic,'' so more populous nations will be more common. - <<option 1 "Normalized national variety">> + <<option 1 "Normalized national variety">> International slave variety is ''normalized,'' so small nations will appear nearly as much as large ones. <</options>> <</if>> @@ -138,9 +138,9 @@ You are using standardized slave trading channels. [[Customize the slave trade|C <br> <<options $plot>> - <<option 0 "Disable non-erotic events">> + <<option 0 "Disable non-erotic events">> Game mode: ''one-handed''. No non-erotic events concerning the changing world. - <<option 1 "Enable non-erotic events">> + <<option 1 "Enable non-erotic events">> Game mode: ''two-handed''. Includes non-erotic events concerning the changing world. <</options>> @@ -148,41 +148,41 @@ You are using standardized slave trading channels. [[Customize the slave trade|C __''General slave settings''__ <br> <<options $verboseDescriptions>> - <<option 0 "Disable">> + <<option 0 "Disable">> Your master suite ''will not'' detail slave changes. - <<option 1 "Enable">> + <<option 1 "Enable">> Your master suite ''will'' detail slave changes. <</options>> <br> <<options $newDescriptions>> - <<option 0 "Disable">> + <<option 0 "Disable">> Slaves ''will not'' have alternate titles. - <<option 1 "Enable">> + <<option 1 "Enable">> Slaves ''will'' have alternate titles. <</options>> <br> <<options $seeRace>> - <<option 0 "Disable most mentions of race">> + <<option 0 "Disable most mentions of race">> Ethnicity will ''almost never'' be mentioned. - <<option 1 "Enable mentions of race">> + <<option 1 "Enable mentions of race">> Ethnicity will ''occasionally'' be mentioned. <</options>> <br> <<options $seeNationality>> - <<option 0 "Disable most mentions of nationality">> + <<option 0 "Disable most mentions of nationality">> Nationality will ''almost never'' be mentioned. - <<option 1 "Enable mentions of nationality">> + <<option 1 "Enable mentions of nationality">> Nationality will ''occasionally'' be mentioned. <</options>> <br> <<options $allowMaleSlaveNames>> - <<option false "Only use female names">> + <<option false "Only use female names">> Slaves will ''always generate with female names'', - <<option true "Allow male names">> + <<option true "Allow male names">> Slaves ''can generate with male names''. <</options>> //This only affects slave generation and not your ability to name your slaves.// @@ -200,8 +200,7 @@ __''General slave settings''__ <br> <<options $familyTesting>> <<option 0 "Disable extended families">> - Slaves ''cannot'' have extended families, just a single relative. //Vanilla - Mode.// + Slaves ''cannot'' have extended families, just a single relative. //Vanilla Mode.// <<option 1 "Enable extended families">> Slaves ''can'' have extended families instead of just a single relative. //May cause lag.// <</options>> //Extended family mode must be on for the incubation facility to be enabled.// @@ -210,7 +209,7 @@ __''General slave settings''__ <br> <<options $inbreeding>> <<option 0 "Disable inbreeding damage">> - Successive breeding ''will not'' result in sub-average slaves. + Successive breeding ''will not'' result in sub-average slaves. <<option 1 "Enable inbreeding damage">> Successive breeding ''will'' result in sub-average slaves. <</options>> @@ -218,7 +217,7 @@ __''General slave settings''__ <br> <<options $allowFamilyTitles>> <<option 0 "Disable family titles">> - Your relatives ''will not'' use family titles. + Your relatives ''will not'' use family titles. <<option 1 "Enable family titles">> Your relatives ''will'' use family titles. <</options>> @@ -227,9 +226,9 @@ __''General slave settings''__ <br> <<options $weightAffectsAssets>> - <<option 0 "Disable">> + <<option 0 "Disable">> Interactions between slaves' weight and asset size are ''disabled''. - <<option 1 "Enable">> + <<option 1 "Enable">> Interactions between slaves' weight and asset size are ''enabled''. <</options>> @@ -238,9 +237,9 @@ __''General slave settings''__ <br> <<options $curativeSideEffects>> <<option 0 "Disable">> - Curative side effects are ''disabled''. + Curative side effects are ''disabled''. <<option 1 "Enable">> - Curative side effects are ''enabled''. + Curative side effects are ''enabled''. <</options>> <br> @@ -262,11 +261,11 @@ __''Slave age settings''__ <br> <<options $seeAge>> <<option 0 "Disable aging">> - Slaves will ''not age,'' and not experience birthdays. + Slaves will ''not age,'' and not experience birthdays. <<option 1 "Enable aging">> - Slaves will ''age naturally.'' + Slaves will ''age naturally.'' <<option 2 "Semi aging">> - Slaves ''will'' celebrate birthdays, but ''not age.'' + Slaves ''will'' celebrate birthdays, but ''not age.'' <</options>> //This option cannot be changed during the game// <br> @@ -284,9 +283,9 @@ Girls appearing in the game will be no younger than <<textbox "$minimumSlaveAge" <br> <<options $extremeUnderage>> <<option 0 "Deny">> - Molestation of slaves younger than $minimumSlaveAge is ''forbidden''. + Molestation of slaves younger than $minimumSlaveAge is ''forbidden''. <<option 1 "Allow">> - Molestation of slaves younger than $minimumSlaveAge is ''permitted''. + Molestation of slaves younger than $minimumSlaveAge is ''permitted''. <</options>> <br> <<if $retirementAge <= $minimumSlaveAge>> @@ -302,7 +301,7 @@ Initial retirement age will be at <<textbox "$retirementAge" $retirementAge "Int <br> <<options $pedo_mode>> <<option 0 "Normal mode">> - Randomly generated slaves will generate normally. + Randomly generated slaves will generate normally. <<option 1 "Loli mode" "$minimumSlaveAge = 5">> Nearly all randomly generated slaves will be under the age of 18, although custom slaves and slaves related to specific events may be older. <</options>> @@ -332,7 +331,7 @@ Girls will not be able to impregnate others if their age is under <<textbox "$po <br> <<options $precociousPuberty>> <<option 0 "Disable precocious puberty">> - Girls ''cannot'' experience precocious puberty. (Unable to become pregnant or inseminate others younger than normal puberty age - $fertilityAge). + Girls ''cannot'' experience precocious puberty. (Unable to become pregnant or inseminate others younger than normal puberty age - $fertilityAge). <<option 1 "Enable precocious puberty">> Girls ''can'' experience precocious puberty. (Under certain conditions they can become pregnant or inseminate others younger then normal age - $fertilityAge, though they may also experience delayed puberty). <</options>> @@ -342,14 +341,14 @@ __''Slave age effects''__ <br> <<options $AgePenalty>> <<option 0 "Disable age penalties">> - Girls ''will not'' receive job and career penalties due to age. + Girls ''will not'' receive job and career penalties due to age. <<option 1 "Enable age penalties">> Girls ''will'' receive job and career penalties due to age. <</options>> <br> <<options $loliGrow>> <<option 0 "Disable Growth">> - Children ''will'' grow as they age. + Children ''will'' grow as they age. <<option 1 "Enable Growth">> Children ''will not'' grow as they age. <</options>> @@ -359,19 +358,19 @@ __''Content settings''__ <br> <<options $seeDicks>> <<option 0 "None" "" "(0%)">> - ''None'' of the slave girls will have dicks. + ''None'' of the slave girls will have dicks. <<option 10 "A few" "" "(10%)">> - ''A few'' of the slave girls will have dicks. + ''A few'' of the slave girls will have dicks. <<option 25 "Some" "" "(25%)">> - ''Some'' of the slave girls will have dicks. + ''Some'' of the slave girls will have dicks. <<option 50 "Half" "" "(50%)">> - ''Half'' of the slave girls will have dicks. + ''Half'' of the slave girls will have dicks. <<option 75 "Most" "" "(75%)">> - ''Most'' of the slave girls will have dicks. + ''Most'' of the slave girls will have dicks. <<option 90 "Almost all" "" "(90%)">> - ''Almost all'' of the slave girls will have dicks. + ''Almost all'' of the slave girls will have dicks. <<option 100 "All" "" "(100%)">> - ''All'' of the slave girls will have dicks. + ''All'' of the slave girls will have dicks. <</options>> <br> <<if $seeDicks == 0>> @@ -393,9 +392,9 @@ Should you be able to surgically attach a penis to your female slaves and starti <br> <<options $seeDicksAffectsPregnancy>> <<option 0 "No">> - Children born in game do not adhere to dick content settings. + Children born in game do not adhere to dick content settings. <<option 1 "Yes">> - Children born in game strictly adhere to dick content settings. + Children born in game strictly adhere to dick content settings. <</options>> <<if $seeDicksAffectsPregnancy == 0>> @@ -411,9 +410,9 @@ Should you be able to surgically attach a penis to your female slaves and starti <br> <<options $seeHyperPreg>> <<option 0 "Disable">> - Extreme pregnancy content like broodmothers is ''disabled''. + Extreme pregnancy content like broodmothers is ''disabled''. <<option 1 "Enable">> - Extreme pregnancy content like broodmothers is ''enabled''. + Extreme pregnancy content like broodmothers is ''enabled''. <</options>> <br> @@ -648,12 +647,12 @@ __''Player Character''__ <br> <<options $PC.markings>> <<option "none" "None">> - Your body ''is clear of blemishes''. + Your body ''is clear of blemishes''. <<option "freckles" "Light">> - Your body ''has light freckling''. + Your body ''has light freckling''. <<option "heavily freckled" "Heavy">> - Your body ''has heavy freckling''. - <</options>> + Your body ''has heavy freckling''. + <</options>> <br>Your eyes are <<textbox "$PC.eyeColor" $PC.eyeColor "Intro Summary">> diff --git a/src/facilities/farmyard/futureAnimals.tw b/src/facilities/farmyard/futureAnimals.tw index 72abe8c7d9146c8991ac9909f318854232ee6667..5bb700d7c1d300955ac2d78516bda520c528ee6b 100644 --- a/src/facilities/farmyard/futureAnimals.tw +++ b/src/facilities/farmyard/futureAnimals.tw @@ -1,6 +1,6 @@ /* Putting them here because commenting them out was breaking for some reason */ - <<if $animalsBought.germanShepherds == 0>> + <<if $animalsBought.germanShepherds == 0>> <<link "Purchase German Shepherds" "FarmyardAnimals">><<set cashX(forceNeg(Math.trunc(20000*$upgradeMultiplierArcology)), "farmyard"), $animalsBought.germanShepherds = 1, $animalsBought.canines += 1, $canines.push("German Shepherds")>><</link>> <br> <<elseif $animalsBought.germanShepherds == 1>> diff --git a/src/gui/Encyclopedia/encyclopedia.tw b/src/gui/Encyclopedia/encyclopedia.tw index 791d4f2e130d134a0037491ae78b24e6635b49d6..7b9213065ef426af8a3250c91e8e5110e1d51a2b 100644 --- a/src/gui/Encyclopedia/encyclopedia.tw +++ b/src/gui/Encyclopedia/encyclopedia.tw @@ -21,7 +21,7 @@ PLAYING FREE CITIES <br> Start the game and select any of the world options; choose normal difficulty, since it's pretty forgiving and this opener will make good @@.yellowgreen;[[money|Encyclopedia][$encyclopedia = "Money"]].@@ Build a completely male PC for your first game; it makes @@.green;[[reputation|Encyclopedia][$encyclopedia = "Arcologies and Reputation"]]@@ maintenance much easier. Choose wealth for both your career and your rumored method of obtaining the arcology; the other options are fun but a full wealth build will set you up quickly to get started. <br><br>Now, customize your starting slaves. - <br>For your first, make her as @@.cyan;intelligent, educated,@@ and old as possible. Make her @@.hotpink;[[devoted|Encyclopedia][$encyclopedia = "From Rebellious to Devoted"]]@@ , but save @@.yellowgreen;[[money|Encyclopedia][$encyclopedia = "Money"]]@@ by giving her flaws, an unknown fetish, and @@.gold;making her afraid of you.@@ (These are easy to fix.) You can customize the rest of her as you wish, but try to keep her under ;@@.yellowgreen;<<print cashFormat(5000)>>.@@ Don't worry about skills, since with two of them you'll be able to rotate Head Girl duty so the other can learn skills. Commit her, base another slave off her, and commit that one too. Those are your [[Head Girls|Encyclopedia][$encyclopedia = "Head Girl"]]. + <br>For your first, make her as @@.cyan;intelligent, educated,@@ and old as possible. Make her @@.hotpink;[[devoted|Encyclopedia][$encyclopedia = "From Rebellious to Devoted"]]@@, but save @@.yellowgreen;[[money|Encyclopedia][$encyclopedia = "Money"]]@@ by giving her flaws, an unknown fetish, and @@.gold;making her afraid of you.@@ (These are easy to fix.) You can customize the rest of her as you wish, but try to keep her under ;@@.yellowgreen;<<print cashFormat(5000)>>.@@ Don't worry about skills, since with two of them you'll be able to rotate Head Girl duty so the other can learn skills. Commit her, base another slave off her, and commit that one too. Those are your [[Head Girls|Encyclopedia][$encyclopedia = "Head Girl"]]. <br> Spend the rest of your @@.yellowgreen;[[money|Encyclopedia][$encyclopedia = "Money"]]@@ on prospects: slaves that are @@.yellowgreen;[[cheap|Encyclopedia][$encyclopedia = "Money"]]@@ now, but can be improved quickly. As long as you keep @@.hotpink;devotion@@ pretty high, low @@.mediumaquamarine;[[trust|Encyclopedia][$encyclopedia = "Trust"]]@@ can be fixed reliably. Unknown fetishes, emaciated or fat, flaws, deep voice, and poor skills are all good ways to drive prices down, and can all be fixed quickly. Virginities are a bad idea because they drive costs up and are easy to break. @@.cyan;Education@@ can take awhile and will take slaves away from other jobs, so make them all educated for now, and keep their @@.cyan;intelligence@@ reasonably high. diff --git a/src/js/DefaultRules.js b/src/js/DefaultRules.js index 16ba5229c57bd28f8b345411eb1a2a2b4af50bfe..1f32ab0bbc453f11e23ab943b227f589a416d72d 100644 --- a/src/js/DefaultRules.js +++ b/src/js/DefaultRules.js @@ -755,7 +755,7 @@ window.DefaultRules = (function() { case "none": r += `<br>${slave.slaveName} has been instructed not to use an attachment for ${his} dildo.`; break; - + case "vibrator": r += `<br>${slave.slaveName}'s dildo has been replaced with a vibrating model.`; break; @@ -766,7 +766,7 @@ window.DefaultRules = (function() { } } else { switch (slave.vaginalAttachment) { - + case "none": r += `<br>${slave.slaveName} has been instructed not to use any vaginal accessories.`; break; diff --git a/src/js/futureSocietyJS.js b/src/js/futureSocietyJS.js index 57b68a487060e7c04c5a8ba112554d9591871ec8..eb78f23bb650a9f153d1e38c1836336f6c39523d 100644 --- a/src/js/futureSocietyJS.js +++ b/src/js/futureSocietyJS.js @@ -3,7 +3,7 @@ window.FutureSocieties = (function() { remove: removeFS, resetCredits: resetFSCredits }; - + // call as FutureSocieties.remove(FS) // FS must be a string (e.g. "FSPaternalist" or "FSDegradationist"). function removeFS(FS) { diff --git a/src/js/walkPastJS.js b/src/js/walkPastJS.js index 745fd0c905ff883e8e5d29d742ac3c8646751e5a..f86963faa5d1fd2e9ccf44998afb5123770288df 100644 --- a/src/js/walkPastJS.js +++ b/src/js/walkPastJS.js @@ -196,7 +196,7 @@ window.loverSlave = function(activeSlave) { if (_fuckSeed > 45 && (canPenetrate(activeSlave) && _partnerSlave.nipples === "fuckable")) { t += `taking advantage of ${partnerName}'s fuckable tits. The motion running through ${partnerName}'s breasts as ${he} humps is hypnotic.`; } else { - t += `how well ${partnerName}'s cock feels in ${his} fuckable tits . The motion running through ${name}'s breasts as ${his} ${activeSlaveRel} fucks ${him} is hypnotic.`; + t += `how well ${partnerName}'s cock feels in ${his} fuckable tits. The motion running through ${name}'s breasts as ${his} ${activeSlaveRel} fucks ${him} is hypnotic.`; } } else { t += `snuggling rather sexually ${_fuckSpot}. ${name} loves having `; diff --git a/src/pregmod/fFeet.tw b/src/pregmod/fFeet.tw index 988a4fc63b3e265e58b408310300dc92e0f10ec2..0c80bc675a7cc29232df385faf2fbabe6c4bda62 100644 --- a/src/pregmod/fFeet.tw +++ b/src/pregmod/fFeet.tw @@ -354,7 +354,7 @@ You call $activeSlave.slaveName to your office, telling $him to use $his feet to erect _dick cock, <</if>> <<else>> - soft and dripping _dick <<if ($activeSlave.chastityPenis == 1)>>caged <</if>>dick , + soft and dripping _dick <<if ($activeSlave.chastityPenis == 1)>>caged <</if>>dick, <</if>> <<if $activeSlave.balls > 0 && $activeSlave.scrotum > 0>> <<if $activeSlave.vagina >= 0>> diff --git a/src/pregmod/manageCorporation.tw b/src/pregmod/manageCorporation.tw index c85814df18974ba4c7e6ea9e102749c95ab8335f..9545b79adcd5d434d6b4164c8fba518c5b89f481 100644 --- a/src/pregmod/manageCorporation.tw +++ b/src/pregmod/manageCorporation.tw @@ -1708,7 +1708,7 @@ __Slave specialization__ <<if !($arcologies[0].FSSubjugationist != "unset" && $arcologies[0].FSSubjugationistRace != "semitic")>> <<if $corpSpecRaces.length > 1 && $corpSpecTimer == 0>> <<if ($corpSpecRaces.length == 4 || $corpSpecRaces.length == 8) && $corpSpecToken > 0>> - [[Blacklist|Manage Corporation][$corpSpecRaces = corpBlacklistRace("semitic",1), $corpSpecToken -= , $corpSpecTimer = 1]] + [[Blacklist|Manage Corporation][$corpSpecRaces = corpBlacklistRace("semitic",1), $corpSpecToken -= 1, $corpSpecTimer = 1]] <<elseif ($corpSpecRaces.length != 4 || $corpSpecRaces.length != 8)>> [[Blacklist|Manage Corporation][$corpSpecRaces = corpBlacklistRace("semitic",1)]] <</if>> diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw index 7e3b2b7e31057856a8fe7381b5ecf222ffa438d0..03607fc1603e0a0e57f86da01547ec7887d2a1aa 100644 --- a/src/uncategorized/RESS.tw +++ b/src/uncategorized/RESS.tw @@ -6651,7 +6651,7 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <br><br> You then conduct a more thorough inspection, from the top of $his $activeSlave.hColor-haired head on down. $He complies submissively, obviously expecting to be abused at any moment. $He obediently <<if ($activeSlave.boobs > 1000)>>lifts each of $his massive breasts one by one to display each of them from all angles.<<elseif $activeSlave.belly >= 5000>> allows you to do as you will to $his gravid stomach.<<else>>opens $his mouth and sticks out $his tongue on command.<</if>> $He even obeys an instruction to <<if ($activeSlave.dick > 1)>>take $himself by the dickhead and pull $his member flat up against $his abdomen.<<elseif ($activeSlave.dick > 0)>>take $his little dickhead between a thumb and forefinger and hold $himself out straight to reveal how tiny $he really is.<<elseif ($activeSlave.clit > 1)>>push back $his hood to reveal all of $his enormous clit.<<elseif ($activeSlave.labia > 1)>>spread $his meaty labia to reveal $his cunt.<<elseif $activeSlave.vagina == -1>>really show off $his smooth groin, displaying every bit of it, down to the tiny hole that's its only feature.<<else>>spread $his pussylips to show off $his cunt.<</if>> <br><br> - Finally the inspection reaches $his backdoor, so you tell $him to turn around, bend over, and pull $his buttocks apart as wide as $he can. $He tenses in fear, obviously expecting anal rape, but after a moment of hesitation, $he obeys. $He turns, <<if $activeSlave.belly >= 10000>>carefully bends<<else>>bends<</if>>, and <<if ($activeSlave.butt > 5)>>grabs a handful of buttcheek in both hands, trembling as $he spreads $his ass to reveal<<elseif ($activeSlave.butt > 2)>>harshly pulls $his own buttcheeks apart, clearly hoping that if $he treats $himself this way, you won't. $He reveals<<else>>even though $his trim ass has already revealed everything, uses $his hands to spread $himself even wider to show off<</if>> $his <<if ($activeSlave.anus > 2)>>poor, overused asshole, which despite $his terror is still gaping a little.<<elseif ($activeSlave.anus > 1)>>$his asshole, which is clenched tight in terror.<<else>>invitingly tight asshole, which is clenched hard in terror.<</if>> Maintaining your neutral tone, you ask $him how $he feels about anal sex. + Finally the inspection reaches $his backdoor, so you tell $him to turn around, bend over, and pull $his buttocks apart as wide as $he can. $He tenses in fear, obviously expecting anal rape, but after a moment of hesitation, $he obeys. $He turns, <<if $activeSlave.belly >= 10000>>carefully bends<<else>>bends<</if>>, and <<if ($activeSlave.butt > 5)>>grabs a handful of buttcheek in both hands, trembling as $he spreads $his ass to reveal<<elseif ($activeSlave.butt > 2)>>harshly pulls $his own buttcheeks apart, clearly hoping that if $he treats $himself this way, you won't. $He reveals<<else>>even though $his trim ass has already revealed everything, uses $his hands to spread $himself even wider to show off<</if>> $his <<if ($activeSlave.anus > 2)>>poor, overused asshole, which despite $his terror is still gaping a little.<<elseif ($activeSlave.anus > 1)>>asshole, which is clenched tight in terror.<<else>>invitingly tight asshole, which is clenched hard in terror.<</if>> Maintaining your neutral tone, you ask $him how $he feels about anal sex. <<if ($activeSlave.anus == 0)>> "It'<<s>> <<s>>-<<s>>cary, <<if $activeSlave.rudeTitle == 1>><<= PoliteRudeTitle($activeSlave)>><<else>><<Master>><</if>>. I'm afraid it'll h-hurt," $he gasps out. <<elseif ($activeSlave.fetishKnown == 1) && ($activeSlave.fetish == "buttslut")>> @@ -12751,17 +12751,17 @@ You tell $him kindly that you understand, and that $he'll be trained to address <<if $PC.dick == 1>>cock<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>cunt<</if>> but you pull $him up again and tell $him to do that last. <<if $PC.belly >= 60000>> - $He quickly finds something almost as good by licking ,and sucking $his way up your linea nigra. When $he reaches your <<if $PC.preg >= 22>>popped<<else>>flattened<</if>> navel, you hold $his head there for a while, savoring the erotic sensation before pushing $him along to the rest of your expansive midriff. + $He quickly finds something almost as good by licking and sucking $his way up your linea nigra. When $he reaches your <<if $PC.preg >= 22>>popped<<else>>flattened<</if>> navel, you hold $his head there for a while, savoring the erotic sensation before pushing $him along to the rest of your expansive midriff. <<elseif $PC.belly >= 5000>> - $He quickly finds something almost as good by licking ,and sucking $his way up your linea nigra. When $he reaches your <<if $PC.preg >= 22>>popped<<else>>flattened<</if>> navel, you hold $his head there for a while, savoring the erotic sensation. + $He quickly finds something almost as good by licking and sucking $his way up your linea nigra. When $he reaches your <<if $PC.preg >= 22>>popped<<else>>flattened<</if>> navel, you hold $his head there for a while, savoring the erotic sensation. <<elseif $PC.boobsBonus > 2>> - $He quickly finds something almost as good by licking ,and sucking $his way up the sweaty crevice between your enormous breasts. When $he reaches your nipples, you hold $his head there for a while, enjoying $his tongue. + $He quickly finds something almost as good by licking and sucking $his way up the sweaty crevice between your enormous breasts. When $he reaches your nipples, you hold $his head there for a while, enjoying $his tongue. <<elseif $PC.boobsBonus == 2>> - $He quickly finds something almost as good by licking ,and sucking $his way up the sweaty crevice between your huge breasts. When $he reaches your nipples, you hold $his head there for a while, enjoying $his tongue. + $He quickly finds something almost as good by licking and sucking $his way up the sweaty crevice between your huge breasts. When $he reaches your nipples, you hold $his head there for a while, enjoying $his tongue. <<elseif $PC.boobsBonus == 1>> - $He quickly finds something almost as good by licking ,and sucking $his way up the sweaty crevice between your big breasts. When $he reaches your nipples, you hold $his head there for a while, enjoying $his tongue. + $He quickly finds something almost as good by licking and sucking $his way up the sweaty crevice between your big breasts. When $he reaches your nipples, you hold $his head there for a while, enjoying $his tongue. <<elseif $PC.boobs == 1>> - $He quickly finds something almost as good by licking ,and sucking $his way up the sweaty crevice between your breasts. When $he reaches your nipples, you hold $his head there for a while, enjoying $his tongue. + $He quickly finds something almost as good by licking and sucking $his way up the sweaty crevice between your breasts. When $he reaches your nipples, you hold $his head there for a while, enjoying $his tongue. <<else>> <<if $PC.title == 0>> $He settles for kissing and licking $his way up your abs, pecs, and non-existent tits. When $he reaches your nipples, you hold $his head there for a while, enjoying $his tongue. diff --git a/src/uncategorized/personalAssistantOptions.tw b/src/uncategorized/personalAssistantOptions.tw index 80611fa2249dbf65650bda6dca9222aec07edf03..6f36e6ae36979e00306a882f572163a2ee03c941 100644 --- a/src/uncategorized/personalAssistantOptions.tw +++ b/src/uncategorized/personalAssistantOptions.tw @@ -29,15 +29,15 @@ __Computer Core Upgrades__ <br> <<if $assistantPower == 0>> - The first upgrade needed is a switch to a holographic memory core to store the immense quantity of data $assistantName gathers. + The first upgrade needed is a switch to a holographic memory core to store the immense quantity of data $assistantName gathers. //Will cost <<print cashFormat(Math.trunc(20000*$upgradeMultiplierArcology*$HackingSkillMultiplier))>>// [[Install holographic memory core|Personal assistant options][cashX(forceNeg(Math.trunc(20000*$upgradeMultiplierArcology*$HackingSkillMultiplier)), "capEx"), $assistantPower += 1, $PC.engineering += 1, $PC.hacking += 1]] <<elseif $assistantPower == 1>> - The next upgrade needed is a liquid nitrogen cooling system to allow for extensive overclocking. + The next upgrade needed is a liquid nitrogen cooling system to allow for extensive overclocking. //Will cost <<print cashFormat(Math.trunc(35000*$upgradeMultiplierArcology*$HackingSkillMultiplier))>> and will allow you to upgrade the smart piercings in $arcologies[0].name// [[Install upgraded cooling system|Personal assistant options][cashX(forceNeg(Math.trunc(35000*$upgradeMultiplierArcology*$HackingSkillMultiplier)), "capEx"), $assistantPower += 1, $PC.engineering += 1, $PC.hacking += 1]] <<elseif $assistantPower == 2>> - The final upgrade needed is a transition to optical RAM. + The final upgrade needed is a transition to optical RAM. //Will cost <<print cashFormat(Math.trunc(50000*$upgradeMultiplierArcology*$HackingSkillMultiplier))>>// [[Install optical RAM|Personal assistant options][cashX(forceNeg(Math.trunc(50000*$upgradeMultiplierArcology*$HackingSkillMultiplier)), "capEx"), $assistantPower += 1, $PC.engineering += 1, $PC.hacking += 1]] <<else>> diff --git a/src/uncategorized/reStaffedMorning.tw b/src/uncategorized/reStaffedMorning.tw index a4f8d3119f89cd4c5cea280dadbd31d510c7214a..969ab4616310d795f5420e36e1f80b3ea8643c29 100644 --- a/src/uncategorized/reStaffedMorning.tw +++ b/src/uncategorized/reStaffedMorning.tw @@ -8,6 +8,8 @@ <<set _bedSlaves = _bedSlaves.shuffle()>> <<setLocalPronouns _bedSlaves[0]>> <<setLocalPronouns _bedSlaves[1] 2>> +<<setLocalPronouns _bedSlaves[2] 3>> +<<setLocalPronouns _bedSlaves[3] 4>> <<setPlayerPronouns>> <<set _clothesTemp = _bedSlaves[1].clothes, _bedSlaves[1].clothes = "no clothing">> @@ -51,17 +53,13 @@ The bathroom door is open and the shower is running. Though the steam is beginni You reach down and run a possessive hand across each slave's scalp, neck, and back, eliciting shivers. Then, you gently hook them under the armpits and pull them up a bit, without breaking their lip locks with your nipples, or forcing them to stop playing with your cunt. Each slave ends curled up, mostly face-down, with their mouths still sucking on your <<if $PC.boobs == 1>>boobs<<else>>chest<</if>> and their free hands trapped between their legs. They get the message and begin to look after themselves, too; their resultant moaning against your nipples grows when you reach down and start teasing their butts. The three of you climax more or less together, and you bounce up with undiminished arousal to enjoy your shower. <</if>> <br><br> - <<setLocalPronouns _bedSlaves[2]>> - <<setLocalPronouns _bedSlaves[3] 2>> By now, the shower is an impenetrable fog of steam. The wet, soapy bodies inside are easy to find, though. _bedSlaves[2].slaveName happens to be closest, so you <<if $PC.dick == 1>> - kiss $his laughing mouth hard and fuck $him with $his back against the shower wall<<if _bedSlaves[2].boobs > 2000>>, $his huge soapy tits sliding around deliciously<</if>>. $He does $his best to soap your front while $he takes cock, and _bedSlaves[3].slaveName washes your back<<if $PC.vagina == 1>>, reaching under your butt to tease your pussy<</if>>. After a short while, you set $him down and seize _bedSlaves[3].slaveName, sliding your cock <<if _bedSlaves[3].butt > 4>>between _his2 huge buttocks and<</if>> up _his2 willing ass, taking _him2 from behind while _bedSlaves[2].slaveName does $his best to get $his wits back and take over washing duty. They towel you together, and you head back out of the bathroom. + kiss _his3 laughing mouth hard and fuck _him3 with _his3 back against the shower wall<<if _bedSlaves[2].boobs > 2000>>, _his3 huge soapy tits sliding around deliciously<</if>>. _He3 does _his3 best to soap your front while _he3 takes cock, and _bedSlaves[3].slaveName washes your back<<if $PC.vagina == 1>>, reaching under your butt to tease your pussy<</if>>. After a short while, you set _him3 down and seize _bedSlaves[3].slaveName, sliding your cock <<if _bedSlaves[3].butt > 4>>between _his4 huge buttocks and<</if>> up _his4 willing ass, taking _him4 from behind while _bedSlaves[2].slaveName does _his3 best to get _his3 wits back and take over washing duty. They towel you together, and you head back out of the bathroom. <<else>> - kiss $his laughing mouth hard and trib $him with $his back against the shower wall<<if _bedSlaves[2].boobs > 2000>>, $his huge soapy tits sliding around deliciously<</if>>. $He does $his best to soap your front while you hump $his thigh<<if _bedSlaves[2].vagina > -1>> and pussy<</if>>, and _bedSlaves[3].slaveName washes your back. After a short while, you set $him down and seize _bedSlaves[3].slaveName, pushing _his2 face against the wall and sliding your fingers inside _him2 while you straddle one of _his2 legs. _bedSlaves[2].slaveName does $his best to get $his wits back and take over washing duty. They towel you together, and you head back out of the bathroom. + kiss _his3 laughing mouth hard and trib _him3 with _his3 back against the shower wall<<if _bedSlaves[2].boobs > 2000>>, _his3 huge soapy tits sliding around deliciously<</if>>. _He3 does _his3 best to soap your front while you hump _his3 thigh<<if _bedSlaves[2].vagina > -1>> and pussy<</if>>, and _bedSlaves[3].slaveName washes your back. After a short while, you set _him3 down and seize _bedSlaves[3].slaveName, pushing _his4 face against the wall and sliding your fingers inside _him4 while you straddle one of _his4 legs. _bedSlaves[2].slaveName does _his3 best to get _his3 wits back and take over washing duty. They towel you together, and you head back out of the bathroom. <</if>> <br><br> - <<setLocalPronouns _bedSlaves[0]>> - <<setLocalPronouns _bedSlaves[1] 2>> Your clothes have been laid out, ready for _bedSlaves[0].slaveName and _bedSlaves[1].slaveName to dress you, but <<if $PC.dick == 1>> next to the neat stack of clothes, the two slaves are bent over the bed with their buttocks spread. You select _bedSlaves[1].slaveName and slide your dick up _his2 <<if _bedSlaves[1].anus > 2>>welcoming asspussy<<elseif _bedSlaves[1].anus > 1>>soft butthole<<else>>tight anus<</if>>, sodomizing _him2 while _bedSlaves[0].slaveName buttons your shirt. When it's done, you push $him down next to _bedSlaves[1].slaveName and switch assholes, letting _bedSlaves[1].slaveName up to do _his2 best to help you into your trousers in the meantime. _He2 gets them on and fastens everything, except the fly, of course. @@ -82,21 +80,17 @@ The bathroom door is open and the shower is running. Though the steam is beginni <</if>> and bounce up to fuck bitches in the shower, knocking _bedSlaves[0].slaveName to the floor and sending _bedSlaves[1].slaveName sprawling. As you go, you tell them they've got ten minutes to get your clothes laid out and their buttholes ready. They nod furiously and scramble. <br><br> - <<setLocalPronouns _bedSlaves[2]>> - <<setLocalPronouns _bedSlaves[3] 2>> By now, the shower is an impenetrable fog of steam. The wet, soapy bodies inside are easy to find, though. _bedSlaves[2].slaveName happens to be closest, so you <<if $PC.dick == 1>> - grab $him and shove $him into a corner of the shower<<if _bedSlaves[2].boobs > 2000>>, $his huge soapy tits slapping painfully against the glass<</if>>. $He does $his best to angle $his hips for you as you push your cock up $his ass and give $him a good hard reaming. _bedSlaves[3].slaveName does _his2 best to wash your back<<if $PC.vagina == 1>> and give your pussy some manual attention<</if>>, but finds _himself2 taking _bedSlaves[2].slaveName's place soon enough, smashed into the corner with your dick pistoning in and out of _his2 rectum. + grab _him3 and shove _him3 into a corner of the shower<<if _bedSlaves[2].boobs > 2000>>, _his3 huge soapy tits slapping painfully against the glass<</if>>. _He3 does _his3 best to angle _his3 hips for you as you push your cock up _his3 ass and give _him3 a good hard reaming. _bedSlaves[3].slaveName does _his4 best to wash your back<<if $PC.vagina == 1>> and give your pussy some manual attention<</if>>, but finds _himself4 taking _bedSlaves[2].slaveName's place soon enough, smashed into the corner with your dick pistoning in and out of _his4 rectum. <<else>> - grab $him and shove $him into a corner of the shower<<if _bedSlaves[2].boobs > 2000>>, $his huge soapy tits slapping painfully against the glass<</if>>. $He does $his best to angle $his hips for you as you fingerfuck $his butthole, forcing complete submission out of the compliant $girl. _bedSlaves[3].slaveName does _his2 best to wash your back, but finds _himself2 taking _bedSlaves[2].slaveName's place soon enough, smashed into the corner with your fingers pistoning in and out of _his2 rectum. + grab _him3 and shove _him3 into a corner of the shower<<if _bedSlaves[2].boobs > 2000>>, _his3 huge soapy tits slapping painfully against the glass<</if>>. _He3 does _his3 best to angle _his3 hips for you as you fingerfuck _his3 butthole, forcing complete submission out of the compliant _girl3. _bedSlaves[3].slaveName does _his4 best to wash your back, but finds _himself4 taking _bedSlaves[2].slaveName's place soon enough, smashed into the corner with your fingers pistoning in and out of _his4 rectum. <</if>> You're in a hurry, but it'll be a sad day when you aren't able to assrape a slave into total submission in five minutes. You drop _bedSlaves[3].slaveName on the shower floor and let _bedSlaves[2].slaveName towel you off. <<if $PC.dick == 0>> - _bedSlaves[3].slaveName gets to _his2 feet and helpfully holds up a strap-on questioningly; you shake your head and point to another, larger one. _He2 helps you into it, and you ram it up _his2 loosened ass experimentally, nodding in satisfaction when the big phallus forces a pained gasp out of _him2. + _bedSlaves[3].slaveName gets to _his4 feet and helpfully holds up a strap-on questioningly; you shake your head and point to another, larger one. _He4 helps you into it, and you ram it up _his4 loosened ass experimentally, nodding in satisfaction when the big phallus forces a pained gasp out of _him4. <</if>> <br><br> - <<setLocalPronouns _bedSlaves[0]>> - <<setLocalPronouns _bedSlaves[1] 2>> Back in the bedroom, your clothes have been laid out, ready for _bedSlaves[0].slaveName and _bedSlaves[1].slaveName to dress you. <<if $PC.dick == 1>> Next to the neat stack of clothes, the two slaves are bent over the bed with their buttocks spread. They're perfectly still, awaiting your pleasure. You select _bedSlaves[1].slaveName and ram your dick up _his2 <<if _bedSlaves[1].anus > 2>>welcoming asspussy<<elseif _bedSlaves[1].anus > 1>>soft butthole<<else>>tight anus<</if>>, assraping _him2 without mercy while _bedSlaves[0].slaveName buttons your shirt. When it's done, you push $him down next to _bedSlaves[1].slaveName and switch assholes, letting _bedSlaves[1].slaveName up to do _his2 best to help you into your trousers in the meantime. _He2 gets them on and fastens everything, except the fly, of course. When _bedSlaves[0].slaveName has been buttfucked into helplessness, you throw $him away like the human sex toy $he is and pound _bedSlaves[1].slaveName and then the dried-off _bedSlaves[3].slaveName and _bedSlaves[2].slaveName senseless, careful to frequently pull far enough out that the slaves have to take the pain of initial penetration again. diff --git a/src/uncategorized/saBeYourHeadGirl.tw b/src/uncategorized/saBeYourHeadGirl.tw index e4a358bc95aaac729bc53c0c52a403ff5c964bb3..28fc9164f38dcffef7dc11ee700aacedbd418a02 100644 --- a/src/uncategorized/saBeYourHeadGirl.tw +++ b/src/uncategorized/saBeYourHeadGirl.tw @@ -12,7 +12,7 @@ serves as your Consort. Though $he is still your slave, $his status is scarcely below that of a citizen. $He @@.green;contributes to your reputation@@ just like a Concubine, and $he is @@.hotpink;conscious@@ of the @@.mediumaquamarine;trust@@ you place in $him. <<set $slaves[$i].devotion += 1, $slaves[$i].trust += 1>> <<silently>> - <<include "SA please you">> + <<include "SA please you">> <</silently>> <<if $slaves[$i].relationship > 4>> <<if $familyTesting == 1>> diff --git a/src/uncategorized/saGuardsYou.tw b/src/uncategorized/saGuardsYou.tw index 5b6099227f7db5a5a8ae7be6dff4e4ac74e4cc1b..03995323f17e82667890480d9560749b637ef444 100644 --- a/src/uncategorized/saGuardsYou.tw +++ b/src/uncategorized/saGuardsYou.tw @@ -158,8 +158,8 @@ $His constant presence is <<if $deadliness > 6>> extremely intimidating, @@.green;adding much to your reputation.@@ <<if $slaves[$i].career == "an arcology owner">> - You've made a one-time rival arcology owner into a deadly and loyal protector, a feat of slaveownership that's @@.green;internationally famous.@@ - <<run repX($deadliness*50, "bodyguard", $slaves[$i])>> + You've made a one-time rival arcology owner into a deadly and loyal protector, a feat of slaveownership that's @@.green;internationally famous.@@ + <<run repX($deadliness*50, "bodyguard", $slaves[$i])>> <</if>> <<elseif $deadliness > 3>> intimidating, @@.green;adding to your reputation.@@ diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw index 04d7daff0c1d4c6ad91efc45ee18973a7cd53254..dc918f0ffde4d620b349b92ff18b75dc414ef5bf 100644 --- a/src/uncategorized/saLongTermEffects.tw +++ b/src/uncategorized/saLongTermEffects.tw @@ -1845,7 +1845,7 @@ <<case "boobs">> <<if ($slaves[$i].fetish != "boobs")>> <<if $slaves[$i].fetishStrength >= 10>> - $His smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> + $His smart <<if $slaves[$i].vagina > -1>>clit<<else>>frenulum<</if>> <<if $slaves[$i].vaginalAccessory == "bullet vibrator">> and the bullet vibrator $he is wearing act to @@.coral;suppress $his current fetish,@@ encouraging $him to orgasm when $his tits are being touched. <<set $slaves[$i].fetishStrength -= 30>> diff --git a/src/uncategorized/scheduledEvent.tw b/src/uncategorized/scheduledEvent.tw index 385177ae8ff85c1d643aab57bee5bb996b020bf3..6d9c95ec11bb3e296d5f22be7db86a9630caac5b 100644 --- a/src/uncategorized/scheduledEvent.tw +++ b/src/uncategorized/scheduledEvent.tw @@ -18,46 +18,46 @@ <<set $activeSlave = getSlave($retiree), $retiree = 0>> <<include "Remove activeSlave">> <<for $i = 0; $i < $slaves.length; $i++>> - <<if $slaves[$i].indenture < 0>> - <<if $slaves[$i].actualAge >= $retirementAge && $PhysicalRetirementAgePolicy != 1>> - <<set $retiree = $slaves[$i].ID>> - <<break>> - <</if>> - <<if $slaves[$i].physicalAge >= $retirementAge && $PhysicalRetirementAgePolicy == 1>> - <<set $retiree = $slaves[$i].ID>> - <<break>> - <</if>> - <<if $SexMilestoneRetirement == 1>> - <<if $slaves[$i].oralCount + $slaves[$i].analCount + $slaves[$i].vaginalCount + $slaves[$i].penetrativeCount + $slaves[$i].mammaryCount >= $retirementSex>> - <<set $retiree = $slaves[$i].ID>> - <<break>> - <</if>> - <</if>> - <<if $MilkMilestoneRetirement == 1>> - <<if $slaves[$i].milk >= $retirementMilk>> - <<set $retiree = $slaves[$i].ID>> - <<break>> + <<if $slaves[$i].indenture < 0>> + <<if $slaves[$i].actualAge >= $retirementAge && $PhysicalRetirementAgePolicy != 1>> + <<set $retiree = $slaves[$i].ID>> + <<break>> + <</if>> + <<if $slaves[$i].physicalAge >= $retirementAge && $PhysicalRetirementAgePolicy == 1>> + <<set $retiree = $slaves[$i].ID>> + <<break>> + <</if>> + <<if $SexMilestoneRetirement == 1>> + <<if $slaves[$i].oralCount + $slaves[$i].analCount + $slaves[$i].vaginalCount + $slaves[$i].penetrativeCount + $slaves[$i].mammaryCount >= $retirementSex>> + <<set $retiree = $slaves[$i].ID>> + <<break>> + <</if>> + <</if>> + <<if $MilkMilestoneRetirement == 1>> + <<if $slaves[$i].milk >= $retirementMilk>> + <<set $retiree = $slaves[$i].ID>> + <<break>> + <</if>> + <</if>> + <<if $CumMilestoneRetirement == 1>> + <<if $slaves[$i].cum >= $retirementCum>> + <<set $retiree = $slaves[$i].ID>> + <<break>> + <</if>> + <</if>> + <<if $BirthsMilestoneRetirement == 1>> + <<if $slaves[$i].births >= $retirementBirths>> + <<set $retiree = $slaves[$i].ID>> + <<break>> + <</if>> + <</if>> + <<if $KillsMilestoneRetirement == 1>> + <<if $slaves[$i].pitKills >= $retirementKills>> + <<set $retiree = $slaves[$i].ID>> + <<break>> + <</if>> + <</if>> <</if>> - <</if>> - <<if $CumMilestoneRetirement == 1>> - <<if $slaves[$i].cum >= $retirementCum>> - <<set $retiree = $slaves[$i].ID>> - <<break>> - <</if>> - <</if>> - <<if $BirthsMilestoneRetirement == 1>> - <<if $slaves[$i].births >= $retirementBirths>> - <<set $retiree = $slaves[$i].ID>> - <<break>> - <</if>> - <</if>> - <<if $KillsMilestoneRetirement == 1>> - <<if $slaves[$i].pitKills >= $retirementKills>> - <<set $retiree = $slaves[$i].ID>> - <<break>> - <</if>> - <</if>> - <</if>> <</for>> <</if>> <<set $retired = 0>> @@ -74,6 +74,9 @@ <</if>> <<set $burst = 0>> +<<if $TFS.schoolUpgrade == 3 && $TFS.compromiseWeek == $week-1>> + <<set $fcnn.push("...Ladies: Do you want dick so much that you want to HAVE a dick? If yes, join the Futanari Sisters today! Learn more at...")>> +<</if>> <<if $week == 30>> <<set $fcnn.push("...is where I'll be when the bombs hit. Survival is my first...")>> <<set $fcnn.push("...time to prepare for major shortages is now, since there's no likelihood...")>> @@ -102,9 +105,6 @@ <<elseif $week == 90>> <<set $fcnn = ["FCNN service has been temporarily suspended. Please stand by."]>> <</if>> -<<if $TFS.schoolUpgrade == 3 && $week < 90 && $TFS.compromiseWeek == $week-1>> - <<set $fcnn.push("...Ladies: Do you want dick so much that you want to HAVE a dick? If yes, join the Futanari Sisters today! Learn more at...")>> -<</if>> <<if $secExp == 1>> <<include "attackGenerator">> diff --git a/src/uncategorized/seCoursing.tw b/src/uncategorized/seCoursing.tw index a0c2fc1bd9542b73bde1ee9394572ea24a14a71f..e7a6ede6040706635d299ec35f6de1ba3dfabb3a 100644 --- a/src/uncategorized/seCoursing.tw +++ b/src/uncategorized/seCoursing.tw @@ -65,7 +65,7 @@ You lead your lurcher $Lurcher.slaveName out on a leash, naked just like the har <<set $phallus = "dildo">> <</if>> -<<if canSee($Lurcher)>>$Lurcher.slaveName looks at you questioningly, wondering which of the hares $he should try to chase down and molest<<else>>$Lurcher.slaveName looks at you questioningly, wondering which of the dingling bells $he should try to chase down and molest<</if>>. +<<if canSee($Lurcher)>>$Lurcher.slaveName looks at you questioningly, wondering which of the hares $he should try to chase down and molest<<else>>$Lurcher.slaveName looks at you questioningly, wondering which of the dinging bells $he should try to chase down and molest<</if>>. <<set $hare1 = 0, $hare2 = 0, $hare3 = 0>> @@ -85,7 +85,7 @@ You lead your lurcher $Lurcher.slaveName out on a leash, naked just like the har <<set _possibleOrigins.push("disobedient young dickgirl")>> <</if>> -<style> /* a table is used here because very short hare descriptions cause images to indent oddly if they are shown. This ensures they are always directly below each other. */ +<style> /* a table is used here because very short hare descriptions cause images to indent oddly if they are shown. This ensures they are always directly below each other. */ table.coursing { border-style: hidden; empty-cells: hide; diff --git a/src/uncategorized/sellSlave.tw b/src/uncategorized/sellSlave.tw index c6184084657ab2545f0d93d3ca319f2a6a6af44c..415f3ad2cbe5fdc9fe52f0c22bac3c28f2ce29ad 100644 --- a/src/uncategorized/sellSlave.tw +++ b/src/uncategorized/sellSlave.tw @@ -1847,7 +1847,7 @@ __Bids Received__ <<case "cum addicts">> <<if $activeSlave.fetish == "cumslut" && $activeSlave.fetishStrength > 95 && $activeSlave.sexualFlaw == "cum addict">> <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.2)/500))>>'' from the sex slave buyer for General $peacekeepers.generalName's client state, which prefers $peacekeepers.tastes. - <<link "Accept bid" "Slave Sold">><<set _Price = 500*Math.trunc(($slaveCost*1.2)/500), $buyer = "peacekeepers">><<run cashX(_Price, "slaveTransfer" , $activeSlave)>><</link>> + <<link "Accept bid" "Slave Sold">><<set _Price = 500*Math.trunc(($slaveCost*1.2)/500), $buyer = "peacekeepers">><<run cashX(_Price, "slaveTransfer", $activeSlave)>><</link>> <</if>> <<case "horny MILFs">> <<if $activeSlave.physicalAge > 34 && $activeSlave.visualAge > 34 && $activeSlave.energy > 80>>