diff --git a/src/js/eventSelectionJS.js b/src/js/eventSelectionJS.js index 0a54dedb63f0efd7b8f0203d84100f7d54ed62ef..9c39da5275f54596d0cd549ebbbdd957630caea5 100644 --- a/src/js/eventSelectionJS.js +++ b/src/js/eventSelectionJS.js @@ -822,7 +822,7 @@ window.generateRandomEventPoolStandard = function (eventSlave) { if (eventSlave.devotion > 20) { if (eventSlave.butt > 5) { - if (!["no clothing", "body oil", "a toga", "a kimono", "shibari ropes", "a slutty maid outfit", "a string bikini", "a scalemail bikini", "shimapan panties", "a chattel habit", "a slave gown", "a halter top dress", "a ball gown", "a mini dress", "harem gauze", "a schutzstaffel uniform", "a slutty schutzstaffel uniform", "a red army uniform", "a monokini", "a burkini"].includes(eventSlave.clothes)) { + if (["a biyelgee costume", "a bunny outfit", "a burkini", "a cheerleader outfit", "a comfortable bodysuit", "a dirndl", "a fallen nuns habit", "a huipil", "a latex catsuit", "a leotard", "a long qipao", "a maternity dress", "a military uniform", "a monokini", "a mounty outfit", "a nice nurse outfit", "a red army uniform", "a scalemail bikini", "a schoolgirl outfit", "a schutzstaffel uniform", "a slutty nurse outfit", "a slutty outfit", "a slutty qipao", "a slutty schutzstaffel uniform", "a succubus outfit", "attractive lingerie for a pregnant woman", "attractive lingerie", "battlearmor", "chains", "clubslut netting", "conservative clothing", "cutoffs and a t-shirt", "kitty lingerie", "lederhosen", "nice business attire", "restrictive latex", "shimapan panties", "slutty business attire", "slutty jewelry", "spats and a tank top", "stretch pants and a crop-top", "uncomfortable straps", "Western clothing"].includes(eventSlave.clothes)) { State.variables.RESSevent.push("ass fitting"); } } diff --git a/src/js/removeActiveSlave.js b/src/js/removeActiveSlave.js index 9d9a6b6552dc354a42d415bbd074bb5701e0e933..7ad31f4b449986c2b923afc7635820d116f3ef01 100644 --- a/src/js/removeActiveSlave.js +++ b/src/js/removeActiveSlave.js @@ -213,7 +213,7 @@ window.removeActiveSlave = function removeActiveSlave() { } if (!keep) { /* avoid going through this loop if possible */ keep = V.slaves.some(slave => { - /* have we impregnated a slave that is not ourself? */ + /* have we impregnated a slave that is not ourselves? */ return (slave.ID !== AS_ID && isImpregnatedBy(slave, V.activeSlave)) }); } @@ -336,7 +336,7 @@ window.removeNonNGPSlave = function removeNonNGPSlave(removedSlave) { } if (!keep) { /* avoid going through this loop if possible */ keep = V.slaves.some(slave => { - /* have we impregnated a slave that is not ourself? */ + /* have we impregnated a slave that is not ourselves? */ return (slave.ID !== ID && isImpregnatedBy(slave, removedSlave)) }); } diff --git a/src/js/rulesAssistantOptions.js b/src/js/rulesAssistantOptions.js index c8026405ac1d2cd8268c1cb35de2257226acd8e2..56c6c9526f84e7fdf489add8944026b07aa92551 100644 --- a/src/js/rulesAssistantOptions.js +++ b/src/js/rulesAssistantOptions.js @@ -215,7 +215,7 @@ window.rulesAssistantOptions = (function() { return (this.value.tagName === "INPUT" ? this.parse(this.value.value): this.selectedItem.data); } - // customisable input field parser / sanity checker + // customizable input field parser / sanity checker parse(what) { return what; } propagateChange() { @@ -423,7 +423,7 @@ window.rulesAssistantOptions = (function() { } } - // optoins displayed when there are no rules + // options displayed when there are no rules class NoRules extends Options { constructor(root) { super(); @@ -2314,7 +2314,7 @@ window.rulesAssistantOptions = (function() { ["blonde"], ["golden"], ["platinum blonde"], - ["strawbery-blonde"], + ["strawberry-blonde"], ["copper"], ["ginger"], ["red"], @@ -2388,7 +2388,7 @@ window.rulesAssistantOptions = (function() { ["blonde"], ["golden"], ["platinum blonde"], - ["strawerry-blonde"], + ["strawberry-blonde"], ["copper"], ["ginger"], ["red"], @@ -2485,7 +2485,7 @@ window.rulesAssistantOptions = (function() { ["blonde"], ["golden"], ["platinum blonde"], - ["strawerry-blonde"], + ["strawberry-blonde"], ["copper"], ["ginger"], ["red"], @@ -2557,7 +2557,7 @@ window.rulesAssistantOptions = (function() { ["dark brown"], ["brown"], ["auburn"], - ["burgundry"], + ["burgundy"], ["chocolate"], ["chestnut"], ["hazel"], @@ -3375,7 +3375,7 @@ window.rulesAssistantOptions = (function() { ["slim", 2], ["stacked", 4], ["huge", 6], - ["maximised", 9], + ["maximized", 9], ]; super("Buttock implants", items); this.setValue(current_rule.set.surgery_butt); @@ -3392,7 +3392,7 @@ window.rulesAssistantOptions = (function() { ["stacked", 1000], ["huge", 2000], ["barely functional", 9000], - ["maximised", 48000] + ["maximized", 48000] ]; super("Breast implants", items); this.setValue(current_rule.set.surgery_boobs); diff --git a/src/pregmod/geneLab.tw b/src/pregmod/geneLab.tw index 515d07cb73ff053c23120e0d3c8f72f57aa9ae41..f0aecc162280b73dc8f70493770727e4cfd3bc98 100644 --- a/src/pregmod/geneLab.tw +++ b/src/pregmod/geneLab.tw @@ -43,7 +43,7 @@ Genetic Harvesting <<else>> [[Purchase methods for human cloning|Gene Lab][cashX(forceNeg(100000*_PCSkillCheck), "capEx"), $cloningSystem = 1]] //Costs <<print cashFormat(100000*_PCSkillCheck)>>// - <br> //Will allow children to be created with indentical base genetics as the source DNA// + <br> //Will allow children to be created with identical base genetics as the source DNA// <br> <</if>> <<elseif ($cloningSystem > 0)>> diff --git a/src/pregmod/incubator.tw b/src/pregmod/incubator.tw index 9ed552bae5da3907dda29ada89663959ff95a6a0..6852e5433be908c596eb661c9ad4d5da0d96ee24 100644 --- a/src/pregmod/incubator.tw +++ b/src/pregmod/incubator.tw @@ -265,14 +265,14 @@ Target age for release: <<textbox "$targetAge" $targetAge "Incubator">> [[Minimu <<if $incubatorUpgradeWeight == 1>> Advanced caloric monitoring systems have been installed in the tanks to monitor and maintain a developing child's weight. <<else>> - There are no systems in place to control a growing child's weight; they will likely come out emaciated from rapidly growing. [[Upgrade the growth tanks with weight monitoring systems|Incubator][cashX(forceNeg(Math.trunc(20000*$upgradeMultiplierArcology)), "capEx"), $incubatorUpgradeWeight = 1]] //Costs <<print cashFormat(Math.trunc(20000*$upgradeMultiplierArcology))>> and will increase upkeep costs// + There are no systems in place to control a growing child's weight; they will likely come out emaciated from the rapid growth. [[Upgrade the growth tanks with weight monitoring systems|Incubator][cashX(forceNeg(Math.trunc(20000*$upgradeMultiplierArcology)), "capEx"), $incubatorUpgradeWeight = 1]] //Costs <<print cashFormat(Math.trunc(20000*$upgradeMultiplierArcology))>> and will increase upkeep costs// <</if>> <br> <<if $incubatorUpgradeMuscles == 1>> Advanced monitoring and steroid injection systems have been installed in the tanks to monitor and maintain a developing child's musculature. <<else>> - There are no systems in place to control a growing child's musculature; they will likely come out frail and weak from rapidly growing. [[Upgrade the growth tanks with muscle monitoring systems|Incubator][cashX(forceNeg(Math.trunc(20000*$upgradeMultiplierArcology)), "capEx"), $incubatorUpgradeMuscles = 1]] //Costs <<print cashFormat(Math.trunc(20000*$upgradeMultiplierArcology))>> and will increase upkeep costs// + There are no systems in place to control a growing child's musculature; they will likely come out frail and weak from the rapid growth. [[Upgrade the growth tanks with muscle monitoring systems|Incubator][cashX(forceNeg(Math.trunc(20000*$upgradeMultiplierArcology)), "capEx"), $incubatorUpgradeMuscles = 1]] //Costs <<print cashFormat(Math.trunc(20000*$upgradeMultiplierArcology))>> and will increase upkeep costs// <</if>> <br> @@ -350,7 +350,9 @@ Target age for release: <<textbox "$targetAge" $targetAge "Incubator">> [[Minimu extremely weak. <</if>> $His breasts are projected to be - <<if $tanks[$i].boobs <= 799>> + <<if $tanks[$i].boobs <= 299>> + of small size, + <<elseif $tanks[$i].boobs <= 799>> of normal size, <<elseif $tanks[$i].boobs <= 1799>> of generous size, @@ -398,7 +400,7 @@ Target age for release: <<textbox "$targetAge" $targetAge "Incubator">> [[Minimu <<if $tanks[$i].pubertyXX == 0>> as $he has not yet entered puberty. <<else>> - it appears $his womb is sterile. + as it appears $his womb is sterile. <</if>> <</if>> <<if $tanks[$i].growTime <= 0>> @@ -537,7 +539,7 @@ Target age for release: <<textbox "$targetAge" $targetAge "Incubator">> [[Minimu <</link>> <</if>> <<if $tanks[$i].voice == 0 && $tankOrgans.voicebox != 1>> - <br>It appears $he was born a mute: + <br>$He appears to be mute: <<link "Prepare vocal cords">> <<run cashX(-5000, "incubator", $tanks[$i])>> <<set _newOrgan = {type: "voicebox", weeksToCompletion: "5", ID: 0}>> diff --git a/src/pregmod/incubatorReport.tw b/src/pregmod/incubatorReport.tw index d8028571577b61efa49d69ea62b48731c8680c4e..ff88051716ebb76311418cbc02b8c2daad809c53 100644 --- a/src/pregmod/incubatorReport.tw +++ b/src/pregmod/incubatorReport.tw @@ -63,7 +63,7 @@ <</if>> The weight monitoring systems detect $he is underweight and @@.green;increase $his caloric intake.@@ <<else>> - $He is @@.lime;currently a healthy weight;@@ efforts will be made to maintain it. + $He is @@.lime;currently at a healthy weight;@@ efforts will be made to maintain it. <</if>> <<elseif $incubatorWeightSetting == 0>> <<if $tanks[_inc].weight > -100>> @@ -188,10 +188,10 @@ <</if>> <<elseif $incubatorGrowthStimsSetting == 1>> <<if $tanks[_inc].geneMods.NCS == 1>> - The monitoring system detects $he is near the expected height for $his @@.orange;NCS@@ condition, so it carefully regulates stimulants injections to @@.yellow;maintain $his current stature.@@ + The monitoring system detects $he is near the expected height for $his @@.orange;NCS@@ condition, so it carefully regulates stimulant injections to @@.yellow;maintain $his current stature.@@ <<set $tanks[_inc].height = _heightLimitAge>> <<elseif $tanks[_inc].height > _heightLimitAge>> - The monitoring system detects $he is near the expected height, so it carefully regulates stimulants injections to @@.yellow;maintain $his current stature.@@ + The monitoring systems detect $he is near the expected height, so it carefully regulates stimulant injections to @@.yellow;maintain $his current stature.@@ <<if random(1,10) == 10>> <<if $incubatorUpgradeSpeed == 52>> <<set $tanks[_inc].height += random(1,4)>> @@ -206,7 +206,7 @@ <</if>> <</if>> <<else>> - The monitoring system detects $his body is capable of developing more rapidly and @@.green;increases $his growth stimulant dosage.@@ + The monitoring systems detect $his body is capable of developing more rapidly and @@.green;increase $his growth stimulant dosage.@@ <<if $incubatorUpgradeSpeed == 52>> <<set $tanks[_inc].height += random(1,4)>> <<elseif $incubatorUpgradeSpeed == 18>> diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw index 2997056c24cd1faaa8dce4c845c819729d29578d..2da414975ba9fa7e99bea202abe92f22e734ebdf 100644 --- a/src/uncategorized/RESS.tw +++ b/src/uncategorized/RESS.tw @@ -3650,7 +3650,7 @@ $He can't manage to get $his shorts up over $his buttocks, not without risking the seams. $He's got it <<case "a biyelgee costume">> get $his skirt up over $his buttocks, not without risking the seams. $He's got it -<<case "a red army outfit">> +<<case "a red army uniform">> get $his perfectly pressed uniform skirt up over $his buttocks, not without risking the seams. $He's got it <<case "a leotard">> pull $his leotard up and over $his buttocks, not without stretching it out and ruining it. $He's got it diff --git a/src/uncategorized/manageArcology.tw b/src/uncategorized/manageArcology.tw index e9bd6b2010b8fde7a588ea243de8752b2c9ddc97..ae53475b18f103b5b5d2c5ad1dccf6ae0e38ed17 100644 --- a/src/uncategorized/manageArcology.tw +++ b/src/uncategorized/manageArcology.tw @@ -55,7 +55,7 @@ __Construction__ //Extreme weather is becoming common worldwide. The arcology's exterior can be hardened to reduce damage in case of heavy weather, but this will reduce its beauty somewhat and will cost <<print cashFormat(Math.trunc(50000*$upgradeMultiplierArcology))>>. Your citizens are <<if $weatherAwareness == 0>>likely to disapprove of this measure as alarmism.<<else>>@@.yellow;concerned that this measure has not been taken already.@@<</if>> // [[Apply weather cladding|Manage Arcology][cashX(forceNeg(Math.trunc(50000*$upgradeMultiplierArcology)), "capEx"), $weatherCladding = 1, $PC.engineering += 1]] <<elseif $weatherCladding == 1 && $arcologyUpgrade.spire == 1>> The arcology's exterior is jacketed with unsightly but sturdy weather cladding. Your arcology is so prosperous that remodeling the cladding into something beautiful is within the realm of possibility. This massive project will cost <<print cashFormat(Math.trunc(3500000*$upgradeMultiplierArcology))>> and without a doubt render your arcology one of the wonders of the world. -[[Remodel weather cladding|Manage Arcology][cashX(forceNeg(Math.trunc(3500000*$upgradeMultiplierArcology)), "capEx"), $weatherCladding = 2, $PC.engineering += 1]] + [[Remodel weather cladding|Manage Arcology][cashX(forceNeg(Math.trunc(3500000*$upgradeMultiplierArcology)), "capEx"), $weatherCladding = 2, $PC.engineering += 1]] <<elseif $weatherCladding == 1>> //The arcology's exterior is jacketed with unsightly but sturdy weather cladding.// <<elseif $weatherCladding == 2>>