diff --git a/devNotes/twine JS.txt b/devNotes/twine JS.txt index fce6dcb87088b415d82816f346ee1134580f73c2..2d6df6cada6e20e9e7ada752e022cd87930ad032 100644 --- a/devNotes/twine JS.txt +++ b/devNotes/twine JS.txt @@ -1820,7 +1820,7 @@ window.setPregType = function(actor) { ovum += jsEither([0, 0, 0, 0, 0, 0, 0, 0, 0, 1]); //base chance for twins } if(actor.ovaImplant == "fertility") { - ovum += jsEither([0, 0, 0, 0, 0, 0, 0, 0, 0, 1]); + ovum += jsEither([0, 0, 0, 0, 0, 0, 0, 0, 0, 1]); fertilityStack++; } if(actor.hormones == 2) { diff --git a/src/SecExp/rebellionEvents.tw b/src/SecExp/rebellionEvents.tw index 2b30ff5f1c26ba36d4501d711031a551f3f81c77..eb77eb6b76d0c2589299b163f6c3227798918e00 100644 --- a/src/SecExp/rebellionEvents.tw +++ b/src/SecExp/rebellionEvents.tw @@ -32,7 +32,7 @@ <<elseif _rand == 3>> This week a citizen was caught giving refuge to an escaped slave. He was not able to pay for the value of the stolen goods, so he was processed as the case required and the slave returned to their rightful master. Many questions however remain without answers. <<elseif _rand == 4>> - This week a member of a well known anti-slavery group was caught trying to infiltrate the arcology. During the capture attempt shots were fired and several guards were injured, and in the end the fugitive unfortunately managed to escape. Reports indicate several slaves helped the criminal, some going as far as using themselves as shields against the bullets of the security drones. + This week a member of a well known anti-slavery group was caught trying to infiltrate the arcology. During the capture attempt shots were fired and several guards were injured, and in the end the fugitive unfortunately managed to escape. Reports indicate several slaves helped the criminal, some going as far as using themselves as shields against the bullets of the security drones. <<elseif _rand == 5>> This week a slave was caught attempting to sabotage a machine in one of the factories. _HeU explained _hisU action as "trying to defend _himselfU from a dangerous machine". Reports confirmed that the apparatus is indeed quite deadly, having killed several slaves since it was installed, but the expert way _heU handled the sabotage leaves open the possibility of a deliberate plan or even external help. <<else>> @@ -43,9 +43,9 @@ /* med tension slave rebellion events */ <<set _rand = random(0,5)>> <<if _rand == 0>> - This week some strange reports came in: it seems some assemblies of slaves were observed several nights in a row. The slaves were traced and their masters notified, but many suspect there may be something deeper than a few slaves congregating in the night. + This week some strange reports came in: it seems some assemblies of slaves were observed several nights in a row. The slaves were traced and their masters notified, but many suspect there may be something deeper than a few slaves congregating in the night. <<elseif _rand == 1>> - This week an underground railroad was discovered. The rebels did not go down without a fight, but in the end <<if $mercenaries >= 1>>your mercenaries<<else>>your security drones<</if>> managed to destroy the old tunnels they were using to ship out slaves out of the arcology. + This week an underground railroad was discovered. The rebels did not go down without a fight, but in the end <<if $mercenaries >= 1>>your mercenaries<<else>>your security drones<</if>> managed to destroy the old tunnels they were using to ship out slaves out of the arcology. <<elseif _rand == 2>> This week a famous citizen was assaulted and brutally murdered by his slaves. The ones responsible were apprehended and dealt with easily enough, but the mere fact something like this could have happened is concerning. Those slaves had to be aware of their certain doom. <<elseif _rand == 3>> @@ -82,7 +82,7 @@ <<elseif _rand == 4>> This week a citizen refused to be evicted from his house. After some negotiations the man was forcibly removed from the property by your security forces. Unfortunately the forced entry caused some damage to the building. <<elseif _rand == 5>> - This week a citizen refused to be enslaved as his contract established. With an impressive display of his rhetoric capabilities he managed to gather a small crowd agreeing with his position. The impromptu assembly was promptly disrupted by the drones. + This week a citizen refused to be enslaved as his contract established. With an impressive display of his rhetoric capabilities he managed to gather a small crowd agreeing with his position. The impromptu assembly was promptly disrupted by the drones. <<else>> This week a security drone was found disabled and stripped of important electronic components. It seems the act was not dictated by greed, as the most precious parts of the drone were left on the machine, but rather to cover up something that the drone saw. <</if>> @@ -96,7 +96,7 @@ <<elseif _rand == 2>> This week the security department registered the formation of several assemblies of citizens, whose purpose seems to be political in nature. For now no further steps were taken, but it's a worrying sign of further political opposition within the arcology. <<elseif _rand == 3>> - This week there was a protest against one of the wealthiest citizen of the arcology. Many criticize his near monopoly. Supporters of the citizen met the protesters on the streets and it was just thanks to the intervention of the security drones that violence was avoided. + This week there was a protest against one of the wealthiest citizen of the arcology. Many criticize his near monopoly. Supporters of the citizen met the protesters on the streets and it was just thanks to the intervention of the security drones that violence was avoided. <<elseif _rand == 4>> This week several cameras were sabotaged and in many cases damaged beyond repair. A group of anonymous citizens claims to be responsible; their motivation is apparently the excessive surveillance in the arcology and their attack a response to the breach of their privacy. <<else>> diff --git a/src/cheats/mod_EditChildCheatNew.tw b/src/cheats/mod_EditChildCheatNew.tw index 039184795eea84af4f063f65a577ca4d0c05fcc7..0cf445c450cbe4848da0258342a75d6d3d5759af 100644 --- a/src/cheats/mod_EditChildCheatNew.tw +++ b/src/cheats/mod_EditChildCheatNew.tw @@ -2530,7 +2530,7 @@ ''__Lips Tattoo__ ( <<if $tempSlave.lipsTat == 0>>@@.yellow;None@@ <<else>>@@.yellow;$tempSlave.lipsTat@@<</if>> - )'' + )'' <br> <<radiobutton "$tempSlave.lipsTat" 0>>None <<radiobutton "$tempSlave.lipsTat" "tribal patterns">>Tribal Patterns @@ -2545,7 +2545,7 @@ ''__Shoulders Tattoo__ ( <<if $tempSlave.shouldersTat == 0>>@@.yellow;None@@ <<else>>@@.yellow;$tempSlave.shouldersTat@@<</if>> - )'' + )'' <br> <<radiobutton "$tempSlave.shouldersTat" 0>>None <<radiobutton "$tempSlave.shouldersTat" "tribal patterns">>Tribal Patterns @@ -2561,7 +2561,7 @@ ''__Back Tattoo__ ( <<if $tempSlave.backTat == 0>>@@.yellow;None@@ <<else>>@@.yellow;$tempSlave.backTat@@<</if>> - )'' + )'' <br> <<radiobutton "$tempSlave.backTat" 0>>None <<radiobutton "$tempSlave.backTat" "tribal patterns">>Tribal Patterns @@ -2577,7 +2577,7 @@ ''__Belly Tattoo__ ( <<if $tempSlave.bellyTat == 0>>@@.yellow;None@@ <<else>>@@.yellow;$tempSlave.bellyTat@@<</if>> - )'' + )'' <br> <<radiobutton "$tempSlave.bellyTat" 0>>None <<radiobutton "$tempSlave.bellyTat" "a heart">>Heart @@ -2588,7 +2588,7 @@ ''__Arms Tattoo__ ( <<if $tempSlave.armsTat == 0>>@@.yellow;None@@ <<else>>@@.yellow;$tempSlave.armsTat@@<</if>> - )'' + )'' <br> <<radiobutton "$tempSlave.armsTat" 0>>None <<radiobutton "$tempSlave.armsTat" "tribal patterns">>Tribal Patterns @@ -2604,7 +2604,7 @@ ''__Legs Tattoo__ ( <<if $tempSlave.legsTat == 0>>@@.yellow;None@@ <<else>>@@.yellow;$tempSlave.legsTat@@<</if>> - )'' + )'' <br> <<radiobutton "$tempSlave.legsTat" 0>>None <<radiobutton "$tempSlave.legsTat" "tribal patterns">>Tribal Patterns @@ -2620,7 +2620,7 @@ ''__Boobs Tattoo__ ( <<if $tempSlave.boobsTat == 0>>@@.yellow;None@@ <<else>>@@.yellow;$tempSlave.boobsTat@@<</if>> - )'' + )'' <br> <<radiobutton "$tempSlave.boobsTat" 0>>None <<radiobutton "$tempSlave.boobsTat" "tribal patterns">>Tribal Patterns @@ -2636,7 +2636,7 @@ ''__Butt Tattoo__ ( <<if $tempSlave.buttTat == 0>>@@.yellow;None@@ <<else>>@@.yellow;$tempSlave.buttTat@@<</if>> - )'' + )'' <br> <<radiobutton "$tempSlave.buttTat" 0>>None <<radiobutton "$tempSlave.buttTat" "tribal patterns">>Tribal Patterns @@ -2652,7 +2652,7 @@ ''__Vagina Tattoo__ ( <<if $tempSlave.vaginaTat == 0>>@@.yellow;None@@ <<else>>@@.yellow;$tempSlave.vaginaTat@@<</if>> - )'' + )'' <br> <<radiobutton "$tempSlave.vaginaTat" 0>>None <<radiobutton "$tempSlave.vaginaTat" "tribal patterns">>Tribal Patterns @@ -2668,7 +2668,7 @@ ''__Anus Tattoo__ ( <<if $tempSlave.anusTat == 0>>@@.yellow;None@@ <<else>>@@.yellow;$tempSlave.anusTat@@<</if>> - )'' + )'' <br> <<radiobutton "$tempSlave.anusTat" 0>>None <<radiobutton "$tempSlave.anusTat" "bleached">>Bleached @@ -2683,7 +2683,7 @@ ''__Dick Tattoo__ ( <<if $tempSlave.dickTat == 0>>@@.yellow;None@@ <<else>>@@.yellow;$tempSlave.dickTat@@<</if>> - )'' + )'' <br> <<radiobutton "$tempSlave.dickTat" 0>>None <<radiobutton "$tempSlave.dickTat" "tribal patterns">>Tribal Patterns @@ -2697,7 +2697,7 @@ ''__Tramp Stamp Tattoo__ ( <<if $tempSlave.stampTat == 0>>@@.yellow;None@@ <<else>>@@.yellow;$tempSlave.stampTat@@<</if>> - )'' + )'' <br> <<radiobutton "$tempSlave.stampTat" 0>>None <<radiobutton "$tempSlave.stampTat" "tribal patterns">>Tribal Patterns diff --git a/src/cheats/mod_editSlaveCheatNew.tw b/src/cheats/mod_editSlaveCheatNew.tw index 3fd18ba7a496cfb19318540c7735f8b28d236b74..a4692a3fd827b99e915b717bd56fc282a9cbcfbf 100644 --- a/src/cheats/mod_editSlaveCheatNew.tw +++ b/src/cheats/mod_editSlaveCheatNew.tw @@ -3279,7 +3279,7 @@ ''__Lips Tattoo__ ( <<if $tempSlave.lipsTat == 0>>@@.yellow;None@@ <<else>>@@.yellow;$tempSlave.lipsTat@@<</if>> - )'' + )'' <br> <<radiobutton "$tempSlave.lipsTat" 0>>None <<radiobutton "$tempSlave.lipsTat" "tribal patterns">>Tribal Patterns @@ -3294,7 +3294,7 @@ ''__Shoulders Tattoo__ ( <<if $tempSlave.shouldersTat == 0>>@@.yellow;None@@ <<else>>@@.yellow;$tempSlave.shouldersTat@@<</if>> - )'' + )'' <br> <<radiobutton "$tempSlave.shouldersTat" 0>>None <<radiobutton "$tempSlave.shouldersTat" "tribal patterns">>Tribal Patterns @@ -3310,7 +3310,7 @@ ''__Back Tattoo__ ( <<if $tempSlave.backTat == 0>>@@.yellow;None@@ <<else>>@@.yellow;$tempSlave.backTat@@<</if>> - )'' + )'' <br> <<radiobutton "$tempSlave.backTat" 0>>None <<radiobutton "$tempSlave.backTat" "tribal patterns">>Tribal Patterns @@ -3326,7 +3326,7 @@ ''__Belly Tattoo__ ( <<if $tempSlave.bellyTat == 0>>@@.yellow;None@@ <<else>>@@.yellow;$tempSlave.bellyTat@@<</if>> - )'' + )'' <br> <<radiobutton "$tempSlave.bellyTat" 0>>None <<radiobutton "$tempSlave.bellyTat" "a heart">>Heart @@ -3337,7 +3337,7 @@ ''__Arms Tattoo__ ( <<if $tempSlave.armsTat == 0>>@@.yellow;None@@ <<else>>@@.yellow;$tempSlave.armsTat@@<</if>> - )'' + )'' <br> <<radiobutton "$tempSlave.armsTat" 0>>None <<radiobutton "$tempSlave.armsTat" "tribal patterns">>Tribal Patterns @@ -3353,7 +3353,7 @@ ''__Legs Tattoo__ ( <<if $tempSlave.legsTat == 0>>@@.yellow;None@@ <<else>>@@.yellow;$tempSlave.legsTat@@<</if>> - )'' + )'' <br> <<radiobutton "$tempSlave.legsTat" 0>>None <<radiobutton "$tempSlave.legsTat" "tribal patterns">>Tribal Patterns @@ -3369,7 +3369,7 @@ ''__Boobs Tattoo__ ( <<if $tempSlave.boobsTat == 0>>@@.yellow;None@@ <<else>>@@.yellow;$tempSlave.boobsTat@@<</if>> - )'' + )'' <br> <<radiobutton "$tempSlave.boobsTat" 0>>None <<radiobutton "$tempSlave.boobsTat" "tribal patterns">>Tribal Patterns @@ -3385,7 +3385,7 @@ ''__Butt Tattoo__ ( <<if $tempSlave.buttTat == 0>>@@.yellow;None@@ <<else>>@@.yellow;$tempSlave.buttTat@@<</if>> - )'' + )'' <br> <<radiobutton "$tempSlave.buttTat" 0>>None <<radiobutton "$tempSlave.buttTat" "tribal patterns">>Tribal Patterns @@ -3401,7 +3401,7 @@ ''__Vagina Tattoo__ ( <<if $tempSlave.vaginaTat == 0>>@@.yellow;None@@ <<else>>@@.yellow;$tempSlave.vaginaTat@@<</if>> - )'' + )'' <br> <<radiobutton "$tempSlave.vaginaTat" 0>>None <<radiobutton "$tempSlave.vaginaTat" "tribal patterns">>Tribal Patterns @@ -3417,7 +3417,7 @@ ''__Anus Tattoo__ ( <<if $tempSlave.anusTat == 0>>@@.yellow;None@@ <<else>>@@.yellow;$tempSlave.anusTat@@<</if>> - )'' + )'' <br> <<radiobutton "$tempSlave.anusTat" 0>>None <<radiobutton "$tempSlave.anusTat" "bleached">>Bleached @@ -3432,7 +3432,7 @@ ''__Dick Tattoo__ ( <<if $tempSlave.dickTat == 0>>@@.yellow;None@@ <<else>>@@.yellow;$tempSlave.dickTat@@<</if>> - )'' + )'' <br> <<radiobutton "$tempSlave.dickTat" 0>>None <<radiobutton "$tempSlave.dickTat" "tribal patterns">>Tribal Patterns @@ -3446,7 +3446,7 @@ ''__Tramp Stamp Tattoo__ ( <<if $tempSlave.stampTat == 0>>@@.yellow;None@@ <<else>>@@.yellow;$tempSlave.stampTat@@<</if>> - )'' + )'' <br> <<radiobutton "$tempSlave.stampTat" 0>>None <<radiobutton "$tempSlave.stampTat" "tribal patterns">>Tribal Patterns diff --git a/src/debugging/debugJS.tw b/src/debugging/debugJS.tw index 8649e9fb5220fba7afe36df458345ba4f26122a8..a9c993ef2ea91326cde23640dd1464a64ad32f8e 100644 --- a/src/debugging/debugJS.tw +++ b/src/debugging/debugJS.tw @@ -11,7 +11,7 @@ window.generateDiffArray = function generateDiffArray(obj) { return diffArray; }; -/* +/* Shamelessly copied from https://codereview.stackexchange.com/a/11580 Finds and returns the difference between two objects. Potentially will have arbitrary nestings of objects. */ @@ -40,9 +40,9 @@ window.difference = function difference(o1, o2) { return false; }; -/* +/* Shamelessly copied from https://stackoverflow.com/a/19101235 -Flattens an object while concatenating property names. +Flattens an object while concatenating property names. For example {id: {number: 4, name: "A"}} --> {id.number: 4, id.name: "A"} */ window.diffFlatten = function diffFlatten(data) { diff --git a/src/debugging/debugWidgets.tw b/src/debugging/debugWidgets.tw index e8abc812f9913a32ee4eeb924a778d0e37b1e9cc..b4d13efc7b22536bd3b063747a4c3eaadd47dab3 100644 --- a/src/debugging/debugWidgets.tw +++ b/src/debugging/debugWidgets.tw @@ -31,7 +31,7 @@ Differences: <<link "Show more">> <<replace "#extraInfo">> Alternate display: - <<for _i = 0; _i < _diffArrayFromOld.length; _i++>> /* Print variable names, and changed values. Will output the old values correctly, may not output new values correctly */ + <<for _i = 0; _i < _diffArrayFromOld.length; _i++>> /* Print variable names, and changed values. Will output the old values correctly, may not output new values correctly */ <<if _diffArrayFromOld[_i].variable != "nextButton" && _diffArrayFromOld[_i].variable != "nextLink" && _diffArrayFromOld[_i].variable != "args">> <br> Variable: <<print _diffArrayFromOld[_i].variable>>, Original Value: <<print _diffArrayFromOld[_i].oldVal>>, New Value: <<print _diffArrayFromOld[_i].newVal>> <</if>> diff --git a/src/facilities/nursery/childInteract.tw b/src/facilities/nursery/childInteract.tw index 47f74cedf8a90b4c158178dfd9dddf4fca82ddf4..82bd339a4fc1093f081aa8102c1468d40a49adb4 100644 --- a/src/facilities/nursery/childInteract.tw +++ b/src/facilities/nursery/childInteract.tw @@ -297,90 +297,90 @@ <br> //Nice:// <<link "Apron">><<set $activeChild.clothes = "an apron",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Ballgown">><<set $activeChild.clothes = "a ball gown",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Bangles">><<set $activeChild.clothes = "slutty jewelry",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Battlearmor">><<set $activeChild.clothes = "battlearmor",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Battledress">><<set $activeChild.clothes = "battledress",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Biyelgee costume">><<set $activeChild.clothes = "a biyelgee costume",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Bodysuit">><<set $activeChild.clothes = "a comfortable bodysuit",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Boyshorts">><<set $activeChild.clothes = "boyshorts",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Bra">><<set $activeChild.clothes = "a bra",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Burkini">><<set $activeChild.clothes = "a burkini",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Burqa">><<set $activeChild.clothes = "a burqa",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Button-up shirt and panties">><<set $activeChild.clothes = "a button-up shirt and panties",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Button-up shirt">><<set $activeChild.clothes = "a button-up shirt",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Cheerleader">><<set $activeChild.clothes = "a cheerleader outfit",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">><<print $activeChild.clothes>><</replace>><</link>> -| <<link "Clubslut netting">><<set $activeChild.clothes = "clubslut netting",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Cutoffs and a t-shirt">><<set $activeChild.clothes = "cutoffs and a t-shirt",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Cutoffs">><<set $activeChild.clothes = "cutoffs",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Cybersuit">><<set $activeChild.clothes = "a cybersuit",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Dirndl">><<set $activeChild.clothes = "a dirndl",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Fallen nun">><<set $activeChild.clothes = "a fallen nuns habit",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Gothic lolita dress">><<set $activeChild.clothes = "a gothic lolita dress",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Haltertop dress">><<set $activeChild.clothes = "a halter top dress",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Hanbok">><<set $activeChild.clothes = "a hanbok",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Hijab and abaya">><<set $activeChild.clothes = "a hijab and abaya",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Hijab and blouse">><<set $activeChild.clothes = "a hijab and blouse",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Jeans">><<set $activeChild.clothes = "jeans",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Kitty lingerie">><<set $activeChild.clothes = "kitty lingerie",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Ku Klux Klan Robe (nice)">><<set $activeChild.clothes = "a klan robe",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Ku Klux Klan Robe (slutty)">><<set $activeChild.clothes = "a slutty klan robe",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Latex catsuit">><<set $activeChild.clothes = "a latex catsuit",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Leather pants and a tube top">><<set $activeChild.clothes = "leather pants and a tube top",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Leather pants and pasties">><<set $activeChild.clothes = "leather pants and pasties",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Leather pants">><<set $activeChild.clothes = "leather pants",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Lederhosen">><<set $activeChild.clothes = "lederhosen",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Leotard">><<set $activeChild.clothes = "a leotard",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Maid (nice)">><<set $activeChild.clothes = "a nice maid outfit",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Maid (slutty)">><<set $activeChild.clothes = "a slutty maid outfit",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Military uniform">><<set $activeChild.clothes = "a military uniform",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Mini dress">><<set $activeChild.clothes = "a mini dress",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Monokini">><<set $activeChild.clothes = "a monokini",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Mounty outfit">><<set $activeChild.clothes = "a mounty outfit",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Nice lingerie">><<set $activeChild.clothes = "attractive lingerie",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Niqab and abaya">><<set $activeChild.clothes = "a niqab and abaya",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Nurse (nice)">><<set $activeChild.clothes = "a nice nurse outfit",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Nurse (slutty)">><<set $activeChild.clothes = "a slutty nurse outfit",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "One-piece swimsuit">><<set $activeChild.clothes = "a one-piece swimsuit",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Oversized t-shirt and boyshorts">><<set $activeChild.clothes = "an oversized t-shirt and boyshorts",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Oversized t-shirt">><<set $activeChild.clothes = "an oversized t-shirt",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Panties and pasties">><<set $activeChild.clothes = "panties and pasties",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Panties">><<set $activeChild.clothes = "panties",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Police uniform">><<set $activeChild.clothes = "a police uniform",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Pony outfit (nice)">><<set $activeChild.clothes = "a nice pony outfit",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Pony outfit (slutty)">><<set $activeChild.clothes = "a slutty pony outfit",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Red Army uniform">><<set $activeChild.clothes = "a red army uniform",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Scalemail bikini">><<set $activeChild.clothes = "a scalemail bikini",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Schoolgirl">><<set $activeChild.clothes = "a schoolgirl outfit",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Schutzstaffel uniform (nice)">><<set $activeChild.clothes = "a schutzstaffel uniform",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Schutzstaffel uniform (slutty)">><<set $activeChild.clothes = "a slutty schutzstaffel uniform",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Skimpy loincloth">><<set $activeChild.clothes = "a skimpy loincloth",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Slave gown">><<set $activeChild.clothes = "a slave gown",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Slutty outfit">><<set $activeChild.clothes = "a slutty outfit",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Spats and a tank top">><<set $activeChild.clothes = "spats and a tank top",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Sport shorts and a sports bra">><<set $activeChild.clothes = "sport shorts and a sports bra",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Sport shorts and t-shirt">><<set $activeChild.clothes = "sport shorts and a t-shirt",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Sport shorts">><<set $activeChild.clothes = "sport shorts",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Sports bra">><<set $activeChild.clothes = "a sports bra",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "String bikini">><<set $activeChild.clothes = "a string bikini",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Striped bra">><<set $activeChild.clothes = "a striped bra",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Striped panties">><<set $activeChild.clothes = "striped panties",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Striped underwear">><<set $activeChild.clothes = "striped underwear",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Succubus costume">><<set $activeChild.clothes = "a succubus outfit",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Suit (nice)">><<set $activeChild.clothes = "nice business attire",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Suit (slutty)">><<set $activeChild.clothes = "slutty business attire",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Sweater and cutoffs">><<set $activeChild.clothes = "a sweater and cutoffs",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Sweater and panties">><<set $activeChild.clothes = "a sweater and panties",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Sweater">><<set $activeChild.clothes = "a sweater",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "T-shirt and jeans">><<set $activeChild.clothes = "a t-shirt and jeans",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "T-shirt and panties">><<set $activeChild.clothes = "a t-shirt and panties",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "T-shirt and thong">><<set $activeChild.clothes = "a t-shirt and thong",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "T-shirt">><<set $activeChild.clothes = "a t-shirt",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Tank-top and panties">><<set $activeChild.clothes = "a tank-top and panties",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Tank-top">><<set $activeChild.clothes = "a tank-top",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Thong">><<set $activeChild.clothes = "a thong",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Tube top and thong">><<set $activeChild.clothes = "a tube top and thong",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> -| <<link "Tube top">><<set $activeChild.clothes = "a tube top",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Ballgown">><<set $activeChild.clothes = "a ball gown",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Bangles">><<set $activeChild.clothes = "slutty jewelry",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Battlearmor">><<set $activeChild.clothes = "battlearmor",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Battledress">><<set $activeChild.clothes = "battledress",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Biyelgee costume">><<set $activeChild.clothes = "a biyelgee costume",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Bodysuit">><<set $activeChild.clothes = "a comfortable bodysuit",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Boyshorts">><<set $activeChild.clothes = "boyshorts",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Bra">><<set $activeChild.clothes = "a bra",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Burkini">><<set $activeChild.clothes = "a burkini",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Burqa">><<set $activeChild.clothes = "a burqa",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Button-up shirt and panties">><<set $activeChild.clothes = "a button-up shirt and panties",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Button-up shirt">><<set $activeChild.clothes = "a button-up shirt",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Cheerleader">><<set $activeChild.clothes = "a cheerleader outfit",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">><<print $activeChild.clothes>><</replace>><</link>> +| <<link "Clubslut netting">><<set $activeChild.clothes = "clubslut netting",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Cutoffs and a t-shirt">><<set $activeChild.clothes = "cutoffs and a t-shirt",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Cutoffs">><<set $activeChild.clothes = "cutoffs",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Cybersuit">><<set $activeChild.clothes = "a cybersuit",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Dirndl">><<set $activeChild.clothes = "a dirndl",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Fallen nun">><<set $activeChild.clothes = "a fallen nuns habit",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Gothic lolita dress">><<set $activeChild.clothes = "a gothic lolita dress",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Haltertop dress">><<set $activeChild.clothes = "a halter top dress",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Hanbok">><<set $activeChild.clothes = "a hanbok",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Hijab and abaya">><<set $activeChild.clothes = "a hijab and abaya",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Hijab and blouse">><<set $activeChild.clothes = "a hijab and blouse",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Jeans">><<set $activeChild.clothes = "jeans",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Kitty lingerie">><<set $activeChild.clothes = "kitty lingerie",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Ku Klux Klan Robe (nice)">><<set $activeChild.clothes = "a klan robe",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Ku Klux Klan Robe (slutty)">><<set $activeChild.clothes = "a slutty klan robe",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Latex catsuit">><<set $activeChild.clothes = "a latex catsuit",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Leather pants and a tube top">><<set $activeChild.clothes = "leather pants and a tube top",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Leather pants and pasties">><<set $activeChild.clothes = "leather pants and pasties",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Leather pants">><<set $activeChild.clothes = "leather pants",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Lederhosen">><<set $activeChild.clothes = "lederhosen",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Leotard">><<set $activeChild.clothes = "a leotard",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Maid (nice)">><<set $activeChild.clothes = "a nice maid outfit",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Maid (slutty)">><<set $activeChild.clothes = "a slutty maid outfit",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Military uniform">><<set $activeChild.clothes = "a military uniform",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Mini dress">><<set $activeChild.clothes = "a mini dress",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Monokini">><<set $activeChild.clothes = "a monokini",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Mounty outfit">><<set $activeChild.clothes = "a mounty outfit",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Nice lingerie">><<set $activeChild.clothes = "attractive lingerie",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Niqab and abaya">><<set $activeChild.clothes = "a niqab and abaya",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Nurse (nice)">><<set $activeChild.clothes = "a nice nurse outfit",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Nurse (slutty)">><<set $activeChild.clothes = "a slutty nurse outfit",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "One-piece swimsuit">><<set $activeChild.clothes = "a one-piece swimsuit",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Oversized t-shirt and boyshorts">><<set $activeChild.clothes = "an oversized t-shirt and boyshorts",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Oversized t-shirt">><<set $activeChild.clothes = "an oversized t-shirt",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Panties and pasties">><<set $activeChild.clothes = "panties and pasties",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Panties">><<set $activeChild.clothes = "panties",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Police uniform">><<set $activeChild.clothes = "a police uniform",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Pony outfit (nice)">><<set $activeChild.clothes = "a nice pony outfit",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Pony outfit (slutty)">><<set $activeChild.clothes = "a slutty pony outfit",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Red Army uniform">><<set $activeChild.clothes = "a red army uniform",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Scalemail bikini">><<set $activeChild.clothes = "a scalemail bikini",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Schoolgirl">><<set $activeChild.clothes = "a schoolgirl outfit",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Schutzstaffel uniform (nice)">><<set $activeChild.clothes = "a schutzstaffel uniform",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Schutzstaffel uniform (slutty)">><<set $activeChild.clothes = "a slutty schutzstaffel uniform",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Skimpy loincloth">><<set $activeChild.clothes = "a skimpy loincloth",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Slave gown">><<set $activeChild.clothes = "a slave gown",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Slutty outfit">><<set $activeChild.clothes = "a slutty outfit",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Spats and a tank top">><<set $activeChild.clothes = "spats and a tank top",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Sport shorts and a sports bra">><<set $activeChild.clothes = "sport shorts and a sports bra",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Sport shorts and t-shirt">><<set $activeChild.clothes = "sport shorts and a t-shirt",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Sport shorts">><<set $activeChild.clothes = "sport shorts",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Sports bra">><<set $activeChild.clothes = "a sports bra",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "String bikini">><<set $activeChild.clothes = "a string bikini",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Striped bra">><<set $activeChild.clothes = "a striped bra",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Striped panties">><<set $activeChild.clothes = "striped panties",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Striped underwear">><<set $activeChild.clothes = "striped underwear",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Succubus costume">><<set $activeChild.clothes = "a succubus outfit",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Suit (nice)">><<set $activeChild.clothes = "nice business attire",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Suit (slutty)">><<set $activeChild.clothes = "slutty business attire",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Sweater and cutoffs">><<set $activeChild.clothes = "a sweater and cutoffs",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Sweater and panties">><<set $activeChild.clothes = "a sweater and panties",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Sweater">><<set $activeChild.clothes = "a sweater",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "T-shirt and jeans">><<set $activeChild.clothes = "a t-shirt and jeans",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "T-shirt and panties">><<set $activeChild.clothes = "a t-shirt and panties",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "T-shirt and thong">><<set $activeChild.clothes = "a t-shirt and thong",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "T-shirt">><<set $activeChild.clothes = "a t-shirt",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Tank-top and panties">><<set $activeChild.clothes = "a tank-top and panties",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Tank-top">><<set $activeChild.clothes = "a tank-top",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Thong">><<set $activeChild.clothes = "a thong",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Tube top and thong">><<set $activeChild.clothes = "a tube top and thong",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> +| <<link "Tube top">><<set $activeChild.clothes = "a tube top",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> <<if isItemAccessible("attractive lingerie for a pregnant woman")>> | //FS// <<link "Attractive lingerie for a pregnant woman">><<set $activeChild.clothes = "attractive lingerie for a pregnant woman",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>> diff --git a/src/facilities/nursery/childSummary.tw b/src/facilities/nursery/childSummary.tw index b1e40a02f7e0105a4526dd154cb12bf006f0f819..8879bd285643b9b39f5533ca3954d20ff9c56fa6 100644 --- a/src/facilities/nursery/childSummary.tw +++ b/src/facilities/nursery/childSummary.tw @@ -24,24 +24,24 @@ <<if $useSlaveListInPageJSNavigation == 1>> <<set _Count = _indexSlavesIdxs.length>> /* Useful for finding weird combinations -- usages of this passage that don't yet generate the quick index. - * <<print 'pass/count/indexed/flag::[' + _Pass + '/' + _Count + '/' + _indexed + '/' + $Flag + ']'>> + * <<print 'pass/count/indexed/flag::[' + _Pass + '/' + _Count + '/' + _indexed + '/' + $Flag + ']'>> */ <<if ((_Count > 1) && (_indexed == 0) && (((_Pass == 'Main') && (ndef $Flag) && (($useSlaveSummaryTabs == 0) || ($childAssignmentTab == "all"))) || ($Flag == 1)))>> <<set _indexed = 1, _counter = 0, _buttons = [], _offset = -50>> <<if (/Select/i.test(_Pass))>> - <<set _offset = -25>> + <<set _offset = -25>> <</if>> <br /> <<set _tableCount = _tableCount || 0>> <<set _tableCount++>> /* - * we want <button data-quick-index="<<= _tableCount>>"> ... - */ + * we want <button data-quick-index="<<= _tableCount>>"> ... + */ <<set _buttonAttributes = { 'data-quick-index': _tableCount }>> <<htag _buttonAttributes 'button'>>Quick Index<</htag>> /* - * we want <div id="list_index3" class=" hidden">... - */ + * we want <div id="list_index3" class=" hidden">... + */ <<set _divAttributes = { id: 'list_index' + _tableCount, class: 'hidden'}>> <<htag _divAttributes>> <<for !_.isUndefined(_csii = _indexSlavesIdxs.shift())>> diff --git a/src/facilities/nursery/nursery.tw b/src/facilities/nursery/nursery.tw index b3212684ccdd27de2c44eb87c0f9c4aa67272cd7..8e29818e3c1618a3da1efb3fa9da97c736b55225 100644 --- a/src/facilities/nursery/nursery.tw +++ b/src/facilities/nursery/nursery.tw @@ -376,7 +376,7 @@ Reserve an eligible mother-to-be's child to be placed in a room upon birth. Of $ <br><br> Target age for release: <<textbox "$targetAgeNursery" $targetAgeNursery "Nursery">> - [[Minimum Legal Age|Nursery][$targetAgeNursery = $minimumSlaveAge]] + [[Minimum Legal Age|Nursery][$targetAgeNursery = $minimumSlaveAge]] | [[Average Age of Fertility|Nursery][$targetAgeNursery = $fertilityAge]] | [[Average Age of Potency|Nursery][$targetAgeNursery = $potencyAge]] | [[Legal Adulthood|Nursery][$targetAgeNursery = 18]] diff --git a/src/gui/Encyclopedia/encyclopedia.tw b/src/gui/Encyclopedia/encyclopedia.tw index c05a40ff15a442b1ab94040a7cb25bc0b2fc52a6..39fff677d9c34ebc5cfe4d702ba37f5c01f30755 100644 --- a/src/gui/Encyclopedia/encyclopedia.tw +++ b/src/gui/Encyclopedia/encyclopedia.tw @@ -812,7 +812,7 @@ Choose a more particular entry below: <<case "Farmer">> - <br><br>A ''Farmer'' can be selected once the [[Farmyard|Encyclopedia][$encyclopedia = "Farmyard"]] facility is built. Having applicable [[career experience|Encyclopedia][$encyclopedia = "Career Experience"]] and strong [[muscles|Encyclopedia][$encyclopedia = "Musculature"]] allow a Farmer to maintain the different crops and animals. + <br><br>A ''Farmer'' can be selected once the [[Farmyard|Encyclopedia][$encyclopedia = "Farmyard"]] facility is built. Having applicable [[career experience|Encyclopedia][$encyclopedia = "Career Experience"]] and strong [[muscles|Encyclopedia][$encyclopedia = "Musculature"]] allow a Farmer to maintain the different crops and animals. <br> //This description needs to be expanded.// diff --git a/src/gui/css/familyTree.tw b/src/gui/css/familyTree.tw index 6406e53ef00007497d92c23d18606d84b55950e1..fdddb4d0ea42cfe9c0593dbd619026b143974907 100644 --- a/src/gui/css/familyTree.tw +++ b/src/gui/css/familyTree.tw @@ -60,7 +60,7 @@ font-weight: bold; margin: 0; background: #ffffff88; - border: 2px solid Gold; + border: 2px solid Gold; white-space: nowrap; } diff --git a/src/js/SetBellySize.tw b/src/js/SetBellySize.tw index 15a0399dcacaae6da27f39e11ad1c34a8cf10929..48bb9d520706ce0e23de11fae705ec66dba994e8 100644 --- a/src/js/SetBellySize.tw +++ b/src/js/SetBellySize.tw @@ -2,7 +2,7 @@ window.SetBellySize = function SetBellySize(slave) { let _implantSize; - WombNormalizePreg(slave); /*now with support for legacy code that advance pregnancy by setting .preg++ */ + WombNormalizePreg(slave); /*now with support for legacy code that advance pregnancy by setting .preg++ */ if (slave.bellyImplant > 0) _implantSize = slave.bellyImplant; diff --git a/src/js/accordianJS.tw b/src/js/accordianJS.tw index 836311ecda63ed257613a4904e955466fcc2a5b0..67555db48225164444e9bc22487ce6b434b0b4d5 100644 --- a/src/js/accordianJS.tw +++ b/src/js/accordianJS.tw @@ -8,13 +8,13 @@ * with other scripts, since anything poking the DOM here will be done last * * Dev Note: The accordion mod should be able to turn *anything* into an accordion. This iteration - * is configured tightly for the end of week report runs, but it shouldn't be that hard to adapt for + * is configured tightly for the end of week report runs, but it shouldn't be that hard to adapt for * other uses, like character bios. For now, I'll see what other extra-long passages of cosmetic text * might benefit. * * 000-250-006 03092017 */ - + postdisplay["doAccordionSet"] = function (content) { if (variables().useAccordion == 1) { Array.prototype.slice.call(document.querySelectorAll('.macro-include')) diff --git a/src/js/extendedFamilyModeJS.tw b/src/js/extendedFamilyModeJS.tw index fc1579a6d1a61a4e7ea1331f2e60968480ae8c1d..442370b0363b89c79d3efffa1aca433ece258029 100644 --- a/src/js/extendedFamilyModeJS.tw +++ b/src/js/extendedFamilyModeJS.tw @@ -100,7 +100,7 @@ window.areSisters = function(c1, c2) { var sib = 4; if(sameMom(c1, c2)) { sib -= 1; - } + } if(sameDad(c1, c2)) { sib -=1; } @@ -136,8 +136,8 @@ window.totalRelatives = function(slave) { return relatives }; -window.mutualChildren = function(slave1, slave2, slaves) { - return slaves.filter(function(s) { return s.ID != slave1.ID && s.ID != slave2.ID && s.mother > 0 && s.father > 0 && ((s.mother == slave1.ID && s.father == slave2.ID) || (s.mother == slave2.ID && s.father == slave1.ID)); }).length; +window.mutualChildren = function(slave1, slave2, slaves) { + return slaves.filter(function(s) { return s.ID != slave1.ID && s.ID != slave2.ID && s.mother > 0 && s.father > 0 && ((s.mother == slave1.ID && s.father == slave2.ID) || (s.mother == slave2.ID && s.father == slave1.ID)); }).length; } window.isSlaveAvailable = function(slave) { diff --git a/src/js/familyTree.tw b/src/js/familyTree.tw index b0e366fc86bbe2af405ffacfc4d1877e78e8fba0..6cf960120fba00c4f96f0ced269cc202c6f26aa9 100644 --- a/src/js/familyTree.tw +++ b/src/js/familyTree.tw @@ -464,7 +464,7 @@ window.buildFamilyTree = function(slaves = State.variables.slaves, filterID) { return family_graph; }; -/*Old version. To use, do something like: +/*Old version. To use, do something like: <div id="editFamily"> <div id="graph"></div> </div> diff --git a/src/js/hTagMacroJS.tw b/src/js/hTagMacroJS.tw index d33e0f20e8ee26ed9d4e72a8df50050af3fccc8b..25a3d459fef6ba3a6b1ae957d84331baa34301e0 100644 --- a/src/js/hTagMacroJS.tw +++ b/src/js/hTagMacroJS.tw @@ -3,9 +3,9 @@ /* * <<htag>> macro * A simple macro which allows to create wrapping html elements with dynamic IDs. - * idea blatantly robbed from the spanMacroJS.tw but expanded to a more generic + * idea blatantly robbed from the spanMacroJS.tw but expanded to a more generic * case, allowing <div>, <button> or whatever you want. elements, default is for - * the div though. In addition, you can pass an object in as the first argument + * the div though. In addition, you can pass an object in as the first argument * instead of an id, and each of the object's attributes will become attributes * of the generate tag. * diff --git a/src/js/pregJS.tw b/src/js/pregJS.tw index 24e623c7bd4b3200e916192c34641d9c3cea7edb..df33cb05f7a269084df82b7e859b96d273ce3162 100644 --- a/src/js/pregJS.tw +++ b/src/js/pregJS.tw @@ -254,7 +254,7 @@ window.setPregType = function(actor) { ovum += jsEither([0, 0, 0, 0, 0, 0, 0, 0, 0, 1]); //base chance for twins } if(actor.ovaImplant == "fertility") { - ovum += jsEither([0, 0, 0, 0, 0, 0, 0, 0, 0, 1]); + ovum += jsEither([0, 0, 0, 0, 0, 0, 0, 0, 0, 1]); fertilityStack++; } if(actor.hormones == 2) { diff --git a/src/js/rbuttonJS.tw b/src/js/rbuttonJS.tw index 960db5bdd345e89c87bb9c1a034f68499b5be914..1c842ff6b94513bd663953000c14123b9a54a39a 100644 --- a/src/js/rbuttonJS.tw +++ b/src/js/rbuttonJS.tw @@ -1,10 +1,10 @@ :: rbuttonJS [script] /* This is modified radiobutton macro, for automatic checked state setup*/ -/* Usage (be sure to use quotes around parameters): +/* Usage (be sure to use quotes around parameters): <<rbutton "$variable" "value">> Or: - <<rbutton "$variable" "value" "HTML_element_ID" "Text to replace with, inside html element with ID from previous parameter. <br> HTML tags allowed.">> + <<rbutton "$variable" "value" "HTML_element_ID" "Text to replace with, inside html element with ID from previous parameter. <br> HTML tags allowed.">> Group of radiobutton will be created based on variable name. Checked state will be set up if variable contain value matched with second parameter. Full form of macro call can be used to display extended description of selected value. */ diff --git a/src/npc/descriptions/fLips.tw b/src/npc/descriptions/fLips.tw index b6ecbe4ecac3c85d86641a6d46bd6d79a397ac1e..770bd46dabb20884dc5c82791c8ccd34d0a0ab27 100644 --- a/src/npc/descriptions/fLips.tw +++ b/src/npc/descriptions/fLips.tw @@ -27,7 +27,7 @@ You tell $activeSlave.slaveName to $He's delighted at the prospect of $his favorite activity. <</if>> -<<switch $activeSlave.collar>> +<<switch $activeSlave.collar>> <<case "dildo gag">> <<if ($activeSlave.amp != 1)>> $He removes the dildo from $his throat, leaving the ring gag in place. diff --git a/src/npc/descriptions/fVagina.tw b/src/npc/descriptions/fVagina.tw index 4cd2c8a5d423db31c0177da9fd8dc9572811e6e3..f14456b9ef59833825b8dc6b098711e22dc0ef45 100644 --- a/src/npc/descriptions/fVagina.tw +++ b/src/npc/descriptions/fVagina.tw @@ -191,7 +191,7 @@ You call $him over so you can <<if $activeSlave.dickAccessory == "chastity" || $activeSlave.dickAccessory == "combined chastity">> $His dick chastity keeps $his useless bitchclit out of the way. <<elseif !canAchieveErection($activeSlave)>> - As you use $him as a helpless cock jacket, $his + As you use $him as a helpless cock jacket, $his <<if $activeSlave.dick < 7>> flaccid dick flops around, ignored. <<else>> diff --git a/src/npc/fKiss.tw b/src/npc/fKiss.tw index 7607337a00fb705c2858c673eefe23d84931c103..c702654425801a6e3ad133ff33f15a5d3a7373a3 100644 --- a/src/npc/fKiss.tw +++ b/src/npc/fKiss.tw @@ -1,7 +1,7 @@ :: FKiss [nobr] You tell $activeSlave.slaveName to -<<switch $activeSlave.collar>> +<<switch $activeSlave.collar>> <<case "dildo gag">> <<if ($activeSlave.amp != 1)>> remove $his dildo gag and approach you. @@ -38,9 +38,9 @@ You tell $activeSlave.slaveName to <<elseif ($activeSlave.relationship == -2)>> $He hurriedly complies, happy to be near the object of $his longing. Once $he's close, you take a moment to gaze deeply <<if canSee($activeSlave)>> - into $his $activeSlave.eyeColor eyes. $He finds the intense look from the <<if $PC.title == 1>>man<<else>>woman<</if>> $he loves overwhelming, and $his eyes flick downward after a moment. + into $his $activeSlave.eyeColor eyes. $He finds the intense look from the <<if $PC.title == 1>>man<<else>>woman<</if>> $he loves overwhelming, and $his eyes flick downward after a moment. <<else>> - upon $his face. $He senses the intense look from the <<if $PC.title == 1>>man<<else>>woman<</if>> $he loves and finds it overwhelming, and after a moment glances away. + upon $his face. $He senses the intense look from the <<if $PC.title == 1>>man<<else>>woman<</if>> $he loves and finds it overwhelming, and after a moment glances away. <</if>> $He blushes furiously. <<elseif ($activeSlave.relationship == -3)>> @@ -80,7 +80,7 @@ You tell $activeSlave.slaveName to <<if canSee($activeSlave)>> into $his $activeSlave.eyeColor eyes. $He finds the intense look from $his beloved <<= WrittenMaster($activeSlave)>> disconcerting, and $his eyes flick downward after a moment. <<else>> - upon $his face. $He senses the intense look from $his beloved <<= WrittenMaster()>> and finds it disconcerting, and after a moment glances away. + upon $his face. $He senses the intense look from $his beloved <<= WrittenMaster()>> and finds it disconcerting, and after a moment glances away. <</if>> $He blushes furiously. <<elseif ($activeSlave.devotion > 50)>> diff --git a/src/npc/newSlaveIncestSex.tw b/src/npc/newSlaveIncestSex.tw index e5ece5b0432aab21b9c115c1dfe630ca198548bf..13f2283c2edb80666c08bcd446a9ac1bbf6ef1ad 100644 --- a/src/npc/newSlaveIncestSex.tw +++ b/src/npc/newSlaveIncestSex.tw @@ -130,7 +130,7 @@ You indicate them to present themselves to you. Still shaking from the aftershoc <</link>> /* -<<link "Show them how cruel life in your arcology can be">> +<<link "Show them how cruel life in your arcology can be">> TODO: this needs to be written <<replace "#result">> <</replace>> diff --git a/src/npc/takeoverTarget.tw b/src/npc/takeoverTarget.tw index fcff0c6b51e629deedd57468aeb29ceeef1faeb1..0a3e42fe8c4c73e7bf3e02c811049672f9c133a4 100644 --- a/src/npc/takeoverTarget.tw +++ b/src/npc/takeoverTarget.tw @@ -2,7 +2,7 @@ <<set $ui = "start", $showBodyMods = 1>> -Before you deploy the +Before you deploy the <<if $PC.rumor == "wealth">> financial reserves that <<elseif $PC.rumor == "diligence">> diff --git a/src/npc/uploadSlave.tw b/src/npc/uploadSlave.tw index 3033bda1981ec4f41f34d0970302db7046cd4d86..d5372f3c0f6440e2b90f381f28f55204c4b8b125 100644 --- a/src/npc/uploadSlave.tw +++ b/src/npc/uploadSlave.tw @@ -111,7 +111,7 @@ preg: $activeSlave.preg, pregSource: 0, pregType: $activeSlave.pregType, broodmother: $activeSlave.broodmother, -broodmotherFetuses: $activeSlave.broodmotherFetuses, +broodmotherFetuses: $activeSlave.broodmotherFetuses, broodmotherOnHold: $activeSlave.broodmotherOnHold, broodmotherCountDown: $activeSlave.broodmotherCountDown, labor: $activeSlave.labor, diff --git a/src/player/actions/fCaress.tw b/src/player/actions/fCaress.tw index befd671275f263891127daa542b33aa1c94f48a0..c71a9163f5c22e3b68084d029a28dbaedbb3fc7b 100644 --- a/src/player/actions/fCaress.tw +++ b/src/player/actions/fCaress.tw @@ -56,7 +56,7 @@ You delicately lift $his head and touch your fingertips to $his chin, tenderly b <<if ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>> You touch each of $his facial piercings, one by one, feeling the hard metal contrast with $his pliant flesh. <</if>> -Then, you gently tilt $his <<if $activeSlave.face > 95>>overwhelmingly stunning<<elseif $activeSlave.face > 10>>alluring<<elseif $activeSlave.face >= -10>>appealing<<elseif $activeSlave.face >= -40>>plain<<else>>rough<</if>> head back and lightly touch $his +Then, you gently tilt $his <<if $activeSlave.face > 95>>overwhelmingly stunning<<elseif $activeSlave.face > 10>>alluring<<elseif $activeSlave.face >= -10>>appealing<<elseif $activeSlave.face >= -40>>plain<<else>>rough<</if>> head back and lightly touch $his <<if $activeSlave.lips > 95>>facepussy <<else>> <<if $activeSlave.lips > 70>>pillowlike diff --git a/src/player/actions/fEmbrace.tw b/src/player/actions/fEmbrace.tw index d30b903684502b40342d99e2c1b16f4b41ce7b8e..dc25094237ecb81c4a9928076d24eda14c6645f5 100644 --- a/src/player/actions/fEmbrace.tw +++ b/src/player/actions/fEmbrace.tw @@ -63,7 +63,7 @@ You walk around $him and put your hands around $his abdomen,<<if ($activeSlave.a <<elseif ($activeSlave.relationship == -2)>> In the warmth of your embrace, $he turns towards you, $his passionate $activeSlave.eyeColor eyes staring intently at your face. $He leans closer to you and kisses you as you hold $him. $His heart beats faster and then gradually slows as $he grows accustomed to your body against $hers. Eventually, $he relaxes totally and $his eyes gradually close, melting in your arms. When you finally stop and relax your embrace, $his eyes remain closed and $his mouth still in a rapturous shape for a moment before $he slowly opens $his eyes and smiles at you with a blissful look on $his face. <<if ($activeSlave.amp != 1)>> $His hand reaches to your arms and $he strokes them longingly.<</if>> <<if ($activeSlave.amp == 1) && !canTalk($activeSlave)>>$He slowly opens them and does $his best to communicate love with $his $activeSlave.eyeColor eyes.<<elseif !canTalk($activeSlave)>>$He signs that $he loves you.<<elseif SlaveStatsChecker.checkForLisp($activeSlave)>>"I love you, <<Master>>," $he lisps dreamily.<<else>>"I love you, <<Master>>," $he says dreamily.<</if>> $He looks at you, almost begging you with $his eyes that $he wants much more than a mere embrace. <<elseif ($activeSlave.devotion > 50) && ($activeSlave.fetish == "dom") && ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 60)>> - In your soft, warm embrace, $he tries hard to stop $himself from losing $himself in your arms. + In your soft, warm embrace, $he tries hard to stop $himself from losing $himself in your arms. <<if ($activeSlave.amp != 1)>> $He starts to embrace you in $his arms as well. When you gently squeeze $him in your arms, $he breathes more heavily and starts to lovingly squeeze you as well, $his tendency towards sexual dominance encouraging $him to compete with you in embraces against each other. <<else>> When you gently squeeze $him in your arms, $he breathes more heavily before relaxing against you. <</if>> diff --git a/src/pregmod/FSuckle.tw b/src/pregmod/FSuckle.tw index a1e0b896ff707ddcd389b70d23322e0432f8d876..6733e170cd508256a4881d3e95c338334c7c6885 100644 --- a/src/pregmod/FSuckle.tw +++ b/src/pregmod/FSuckle.tw @@ -179,7 +179,7 @@ You <<if _mood == 2>>demand<<else>>beckon<</if>> $activeSlave.slaveName to <<if $activeSlave.fetish == "mindbroken">> <<if $PC.dick == 1>>$He gasps in surprise as you force yourself all the way into $him and your gravid swell parts $his breasts.<<else>>$He fails to understand your efforts, leaving you humping against $his breast.<</if>> <<elseif $activeSlave.devotion >= -20>> - $He gasps in surprise before understanding what you desire and begins to <<if $PC.dick == 1>>ease $his breast into consuming the rest of your length. $He fails to do so fast enough and you force yourself upwards, your gravid swell parting $his breasts as your cock delves into the depths of $his tits<<else>>jiggle $his breast in an attempt to add to your efforts<</if>>. + $He gasps in surprise before understanding what you desire and begins to <<if $PC.dick == 1>>ease $his breast into consuming the rest of your length. $He fails to do so fast enough and you force yourself upwards, your gravid swell parting $his breasts as your cock delves into the depths of $his tits<<else>>jiggle $his breast in an attempt to add to your efforts<</if>>. <<elseif $activeSlave.trust < -20>> $He begins to question your intent, but quickly realizes your <<if $PC.dick == 1>>penis is entering $his breastpussy by force and the $he'd better get used to it<<else>>pussy is rubbing against $his nippleslit. $He begins to jiggle $his breast in an attempt to add to your efforts<</if>>. <<else>> @@ -301,13 +301,13 @@ You <<if _mood == 2>>demand<<else>>beckon<</if>> $activeSlave.slaveName to <</if>> as though the rest of the world did not exist. It might as well not, given how the entirety of your upper body sees and feels nothing but $his mesmerizing mammaries and <<if $activeSlave.nipples == "puffy">> - $his soft nipple in your mouth, while your sex focuses on the soft hand diligently working it. You feverishly suckle on $his nipple as you thrash your tongue, your efforts rewarded with more milk. + $his soft nipple in your mouth, while your sex focuses on the soft hand diligently working it. You feverishly suckle on $his nipple as you thrash your tongue, your efforts rewarded with more milk. <<elseif $activeSlave.nipples == "inverted" || $activeSlave.nipples == "partially inverted">> - $his erect nipple in your mouth, while your sex focuses on the soft hand diligently working it. You feverishly suckle on $his nipple as you thrash your tongue, your efforts rewarded with more milk. + $his erect nipple in your mouth, while your sex focuses on the soft hand diligently working it. You feverishly suckle on $his nipple as you thrash your tongue, your efforts rewarded with more milk. <<elseif $activeSlave.nipples == "fuckable">> your sex feeling nothing but the wet <<if $PC.dick == 1>>insides of $his breast<<else>>lips of $his breastpussy<</if>>. You feverishly thrash your tongue around inside of the bumpy enclosure, with each strong movement sending shivers through $him, forcing gasps, moans and milk out of $him. <<else>> - $his milky nipple in your mouth, while your sex focuses on the soft hand diligently working it. You feverishly suckle on $his nipple as you thrash your tongue, your efforts rewarded with more milk. + $his milky nipple in your mouth, while your sex focuses on the soft hand diligently working it. You feverishly suckle on $his nipple as you thrash your tongue, your efforts rewarded with more milk. <</if>> You would worry about drowning if it didn't taste good enough for you to suckle ever harder with each spurt. <<elseif $activeSlave.boobs >= 2000>> @@ -321,13 +321,13 @@ You <<if _mood == 2>>demand<<else>>beckon<</if>> $activeSlave.slaveName to <</if>> with your tongue, trying to get the most out of $his mammaries, you hasten $his breath and bring $him further pleasure<<if $activeSlave.nipples == "inverted">> as it slowly hardens and leaves its inverted state<</if>>. <<if $activeSlave.nipples == "puffy">> - You note the texture of $his nipple: soft, more so even than the rest of $his boob. Your constant efforts of sucking and tongueplay are rewarded + You note the texture of $his nipple: soft, more so even than the rest of $his boob. Your constant efforts of sucking and tongueplay are rewarded <<elseif $activeSlave.nipples == "fuckable">> - You feverishly thrash your tongue around in the bumpy enclosure, each strong movement sending shivers through $him, causing $him to gasp and moan, as well as rewarding you + You feverishly thrash your tongue around in the bumpy enclosure, each strong movement sending shivers through $him, causing $him to gasp and moan, as well as rewarding you <<elseif $activeSlave.nipples != "inverted">> You take in the texture of $his nipple: hard and bumpy, a stark contrast to the rest of $his boob - an undeniable ocean of softness. Your constant efforts of sucking and tongueplay are rewarded <<else>> - Your constant efforts of sucking and tongueplay are rewarded + Your constant efforts of sucking and tongueplay are rewarded <</if>> with more milk straight from the tap. <</if>> diff --git a/src/pregmod/JobFulfillmentCenter/JobFulfillmentCenterOrder.tw b/src/pregmod/JobFulfillmentCenter/JobFulfillmentCenterOrder.tw index 522b9a717770efb5ebad27b704b8786606f031ba..c1d3b394d1634dfd72b80a3267afbd1b586ddf94 100644 --- a/src/pregmod/JobFulfillmentCenter/JobFulfillmentCenterOrder.tw +++ b/src/pregmod/JobFulfillmentCenter/JobFulfillmentCenterOrder.tw @@ -2,7 +2,7 @@ <<set $nextButton = "Back", $nextLink = "Buy Slaves", $returnTo = "Buy Slaves", $showEncyclopedia = 1, $encyclopedia = "Kidnapped Slaves">> -<<if $JFCOrder == 0>>You work up a new slave order for posting where slave merchants can work to fulfill it.<</if>> <<if $JFCOrder == 1>>You review your posted slave order for a ''$Role''.<</if>> <<if $assistant == 1>>As you work, $assistantName makes lewd comments about what she looks forward to doing to this new slave.<</if>> +<<if $JFCOrder == 0>>You work up a new slave order for posting where slave merchants can work to fulfill it.<</if>> <<if $JFCOrder == 1>>You review your posted slave order for a ''$Role''.<</if>> <<if $assistant == 1>>As you work, $assistantName makes lewd comments about what she looks forward to doing to this new slave.<</if>> <<if $JFCOrder == 0>> <span id="JobType"> diff --git a/src/pregmod/basenationalitiesControls.tw b/src/pregmod/basenationalitiesControls.tw index 88ce174724c52911c02da2a8aa65845b201267eb..c2bc54130fed19119db266f9ae0180c4e457bcf7 100644 --- a/src/pregmod/basenationalitiesControls.tw +++ b/src/pregmod/basenationalitiesControls.tw @@ -34,7 +34,7 @@ Adjust slave populations: <br style="clear:both" /><hr style="margin:0"> /* Filter controls */ -Filter by Race: +Filter by Race: <<for _i = 0; _i < setup.filterRaces.length; _i++>> <<set _race = setup.filterRaces[_i]>> <<if $baseControlsFilter == _race.toLowerCase().replace(/[ -]/g, '')>> @@ -113,7 +113,7 @@ Filter by Region: return races[_race.toLowerCase()] * 2 > hashSum(races); })>> <<if _racialNationalities.length > 0>> <<= "<div style='float: left; width: 13em; padding: 0 5px;' title='" - + (_racialNationalities.length > 0 ? _racialNationalities.join(", ") : "(none)") + + (_racialNationalities.length > 0 ? _racialNationalities.join(", ") : "(none)") +"'>_race @@.plusButton; <<link '+'>> <<run setup.baseNationalities.filter(function(n) { var races = setup.raceSelector[n] || setup.raceSelector['']; @@ -135,7 +135,7 @@ Filter by Region: <div style="float: left;"> <<set _nation = _keys[_i]>> <<print " - _nation + _nation @@.plusButton;<<link '+'>> <<set hashPush($nationalities, _keys[" + _i + "])>> <<replace '#PopControl'>><<include 'Basenationalities Controls'>><</replace>> diff --git a/src/pregmod/beastFuck.tw b/src/pregmod/beastFuck.tw index acc29050280266b13e29db14c9eef2b59a241fb4..60d9157a74631b64bdb12452efe4d0a50aa5c311 100644 --- a/src/pregmod/beastFuck.tw +++ b/src/pregmod/beastFuck.tw @@ -167,7 +167,7 @@ before calling in the _animal.species. The _animal.species slowly saunters up to The hound wastes no time in beginning to hammer away at $his <<if canDoVaginal($activeSlave)>>cunt<<else>>asshole<</if>>, causing $activeSlave.slaveName to moan uncontrollably as its thick, veiny member probes the depths of $his <<if (canDoVaginal($activeSlave))>>pussy<<else>>asshole<</if>>. A few short minutes later, $he gives a loud groan <<if ($activeSlave.fetish == "masochist") || ($activeSlave.fetish == "humiliation") || $activeSlave.sexualQuirk == "perverted" || $activeSlave.behavioralQuirk == "sinful">>and shakes in orgasm <</if>>as the dog's knot begins to swell and its penis begins to erupt a thick stream of jizz into $him. - After almost a minute, the dog has finally finished cumming and its knot is sufficiently small enough that the dog is able to pull its cock out, causing a stream of cum to slide out of $his <<if ($activeSlave.vagina <= 2)>>@@.lime;now-gaping <<if (canDoVaginal($activeSlave))>>pussy<<else>>asshole<</if>>@@<<else>> + After almost a minute, the dog has finally finished cumming and its knot is sufficiently small enough that the dog is able to pull its cock out, causing a stream of cum to slide out of $his <<if ($activeSlave.vagina <= 2)>>@@.lime;now-gaping <<if (canDoVaginal($activeSlave))>>pussy<<else>>asshole<</if>>@@<<else>> <<if canDoVaginal($activeSlave)>> <<if $activeSlave.vagina == 3>> loose @@ -199,7 +199,7 @@ before calling in the _animal.species. The _animal.species slowly saunters up to <<elseif (_animal.species == "horse")>> The horse stands over $him as another slave lines its massive phallus up with $activeSlave.slaveName's <<if canDoVaginal($activeSlave)>><<if ($activeSlave.fetish == "masochistic") || ($activeSlave.fetish == "humiliation") || ($activeSlave.sexualQuirk == "perverted") || ($activeSlave.behavioralQuirk == "sinful")>>wet <</if>>pussy<<else>>ass<</if>>. - With a slight thrust, it enters $him and begins to fuck $him. $activeSlave.slaveName can't help but give a loud groan as the huge cock <<if ($activeSlave.vagina <= 2)>>@@.lime;stretches@@<<else>>@@.lime;enters@@<</if>> @@.lime;$his@@ + With a slight thrust, it enters $him and begins to fuck $him. $activeSlave.slaveName can't help but give a loud groan as the huge cock <<if ($activeSlave.vagina <= 2)>>@@.lime;stretches@@<<else>>@@.lime;enters@@<</if>> @@.lime;$his@@ <<if canDoVaginal($activeSlave)>> <<if $activeSlave.vagina == 0>> @@.lime;virgin@@ @@ -296,7 +296,7 @@ before calling in the _animal.species. The _animal.species slowly saunters up to <</if>> The stallion begins to thrust faster and faster, causing $activeSlave.slaveName to moan and groan in pain as the <<if canDoVaginal($activeSlave)>> tip rams $his cervix<<else>> huge horsecock fills $him completely<</if>>. Before too long, the horse's movements begin to slow, and you can see its large testicles contract slightly as it begins to fill $activeSlave.slaveName's <<if (canDoVaginal($activeSlave))>>pussy<<else>>asshole<</if>> to the brim with thick horse semen. - After what seems like an impossibly long time, the horse's dick finally begins to soften and it finally pulls out. You have a servant lead the horse away, with a fresh apple as a treat for its good performance. + After what seems like an impossibly long time, the horse's dick finally begins to soften and it finally pulls out. You have a servant lead the horse away, with a fresh apple as a treat for its good performance. <<if (canDoVaginal($activeSlave)) && ($activeSlave.vagina < 4)>> <<set $activeSlave.vagina = 4>> diff --git a/src/pregmod/birthStorm.tw b/src/pregmod/birthStorm.tw index 051cb7cbc3ec58664a95ddb049183cf9bcae261c..d9d1fec6175adcb3bc4d0ae3de463da5b76e2fec 100644 --- a/src/pregmod/birthStorm.tw +++ b/src/pregmod/birthStorm.tw @@ -9,9 +9,9 @@ The remote surgery allows the removal of the pregnancy generator through convent <<if $activeSlave.broodmother == 2>> $activeSlave.slaveName's obscenely swollen belly begins to shudder and writhe moments after being injected with the drug as all $his waters break. $He spreads $his <<if $activeSlave.amp != 1>>legs to either side of $his spasming bulk as wide as $he can<<else>>stumps as wide as $he can<</if>> with a loud moan. $His vaginal lips part as the first of $his brood is born, followed by another, and another. After hours of constant <<elseif $activeSlave.broodmother == 1>> - $activeSlave.slaveName's massive belly shudders and shrinks as all $his waters simultaneously break. $He spreads $his <<if $activeSlave.amp != 1>>legs<<else>>stumps<</if>> wide with a loud moan. $His vaginal lips part as the first of $his brood is born, followed not long after by another. After an hour of constant + $activeSlave.slaveName's massive belly shudders and shrinks as all $his waters simultaneously break. $He spreads $his <<if $activeSlave.amp != 1>>legs<<else>>stumps<</if>> wide with a loud moan. $His vaginal lips part as the first of $his brood is born, followed not long after by another. After an hour of constant <<else>> - $activeSlave.slaveName's massive belly shudders and shrinks as all $his waters simultaneously break. $He spreads $his <<if $activeSlave.amp != 1>>legs<<else>>stumps<</if>> wide with a loud moan. $His vaginal lips part as $his birthing begins. After an hour of intensive + $activeSlave.slaveName's massive belly shudders and shrinks as all $his waters simultaneously break. $He spreads $his <<if $activeSlave.amp != 1>>legs<<else>>stumps<</if>> wide with a loud moan. $His vaginal lips part as $his birthing begins. After an hour of intensive <</if>> <<if $activeSlave.fetish == "mindbroken">> birthing, $he shows little interest in the changes to $his body. @@.red;The ordeal of intensive birthing has had a massive effect on $his health as well as completely destroying $his vagina.@@ diff --git a/src/pregmod/criminalMarkets.tw b/src/pregmod/criminalMarkets.tw index f08448ff9811c47879eb78265406fe1a0695a9a8..ab81e868f44b7a288fb360c1813d65db05a1003d 100644 --- a/src/pregmod/criminalMarkets.tw +++ b/src/pregmod/criminalMarkets.tw @@ -7,7 +7,7 @@ <<set $nextButton = "Continue", $nextLink = "Bulk Slave Intro", $returnTo = "Main", $newSlaveIndex = 0>> <</if>> -You board the transport to +You board the transport to <<switch $weeklyMarket>> <<case "low tier criminals">> /* mixed prisoners */ @@ -25,7 +25,7 @@ You board the transport to <<case "white collar">> /* mixed prisoners */ - what looks more like an oversized vacation home rather than something one goes to for committing crimes. You enter the premises into a small chamber with a booth to the side and are immediately met with, "Ah! We've been waiting for you. Please go in. We'll call someone to guide you immediately." + what looks more like an oversized vacation home rather than something one goes to for committing crimes. You enter the premises into a small chamber with a booth to the side and are immediately met with, "Ah! We've been waiting for you. Please go in. We'll call someone to guide you immediately." <br><br> You nod at the prompt and enter further into the luxurious building to find a formally dressed guide and what appears to be the holding area of the prison. The cells, if you can call them that, are large and cozy, each with their own computer and television. The air is also conditioned for their comfort and Old World classical music is playing to provide further ambiance. Walking through, you see the prisoners themselves, lazing about in their beds, sitting at their computers or just talking to each other. If there was ever a prison you'd rather end up in, this would be it. <br><br> diff --git a/src/pregmod/electiveSurgery.tw b/src/pregmod/electiveSurgery.tw index 760ef06711a74fb0e92672296ab394373a6d750f..a232f7d2d42d96b8b6ba762c794fb6a32eedaf8a 100644 --- a/src/pregmod/electiveSurgery.tw +++ b/src/pregmod/electiveSurgery.tw @@ -371,8 +371,8 @@ You have @@.orange;$PC.skin skin.@@<<if $PC.skin != $PC.origSkin>> Your original [[Have your male organs replaced with female ones|PC Surgery Degradation][$PC.ballsImplant = 0, $PC.balls = 0, $PC.dick = 0, $PC.vagina = 1, $PC.newVag = 1, $cash -= 50000, $surgeryType = "male2female"]] | [[Add a female reproductive tract|PC Surgery Degradation][$PC.vagina = 1, $PC.newVag = 1, $PC.preg = 0, WombFlush($PC), $cash -= 150000, $surgeryType = "male2herm"]] <<if $PC.title > 0>> - | [[Become a woman|PC Surgery Degradation][$PC.ballsImplant = 0, $PC.balls = 0, $PC.dick = 0, $PC.storedCum += 10, $PC.vagina = 1, $PC.newVag = 1, $PC.preg = 0, $PC.title = 0, generatePlayerPronouns($PC), $cash -= 50000, $surgeryType = "male2truefemale"]] - | [[Become a hermaphrodite girl|PC Surgery Degradation][$PC.vagina = 1, $PC.newVag = 1, $PC.preg = 0, WombFlush($PC), $PC.title = 0, generatePlayerPronouns($PC), $cash -= 150000, $surgeryType = "male2hermfemale"]] + | [[Become a woman|PC Surgery Degradation][$PC.ballsImplant = 0, $PC.balls = 0, $PC.dick = 0, $PC.storedCum += 10, $PC.vagina = 1, $PC.newVag = 1, $PC.preg = 0, $PC.title = 0, generatePlayerPronouns($PC), $cash -= 50000, $surgeryType = "male2truefemale"]] + | [[Become a hermaphrodite girl|PC Surgery Degradation][$PC.vagina = 1, $PC.newVag = 1, $PC.preg = 0, WombFlush($PC), $PC.title = 0, generatePlayerPronouns($PC), $cash -= 150000, $surgeryType = "male2hermfemale"]] <</if>> <<else>> You have @@.orange;female genitalia@@ and a @@.orange;<<if $PC.title > 0>>masculine<<else>>feminine<</if>> appearance.@@ diff --git a/src/pregmod/eliteTakeOver.tw b/src/pregmod/eliteTakeOver.tw index 85ac245802478ed6a40bd0aa57aab0e71d77fc33..5ce16f0d014e405dba8a625651ea65e4d849ef76 100644 --- a/src/pregmod/eliteTakeOver.tw +++ b/src/pregmod/eliteTakeOver.tw @@ -41,7 +41,7 @@ You look up from your desk as the locked door to your office unseals, and a doze ''GAME OVER'' <</if>> <<elseif $PC.pregSource != -6>> - The leader reaches into his jacket and extracts a syringe, you recognize it as a powerful drug used in lobotomies, and places it to your left. From his hip he pulls a revolver, six-chambered, and loads five bullets, spins the chamber, and places it to your right. + The leader reaches into his jacket and extracts a syringe, you recognize it as a powerful drug used in lobotomies, and places it to your left. From his hip he pulls a revolver, six-chambered, and loads five bullets, spins the chamber, and places it to your right. <br> "You are no longer worthy of being a part of our society. You know you can't be allowed to spread any information. But we are not merciless; one of our members has taken an interest in having you as her pet. You may choose to lose your mind, and service her until she tires of you, or gamble for your life and serve her anyway. Now decide." <</if>> @@ -49,7 +49,7 @@ You look up from your desk as the locked door to your office unseals, and a doze <br> <<if _pregSurrender == 0>> <<set $finalChoice = "final stand">> - The choice is simple - you will not be a slave. + The choice is simple - you will not be a slave. <br> You decide to <span id="fate">make a final stand.</span> <br> diff --git a/src/pregmod/fSlaveSlaveVag.tw b/src/pregmod/fSlaveSlaveVag.tw index ed8824ba05c3b3c44acea358e041839a73c1ecaa..ae584a4152d20a1b701983e198ef004dea3bf0ee 100644 --- a/src/pregmod/fSlaveSlaveVag.tw +++ b/src/pregmod/fSlaveSlaveVag.tw @@ -1,5 +1,5 @@ :: FSlaveSlaveVag [nobr] - + <<set $nextButton = "Back", $nextLink = "Slave Interact">> diff --git a/src/pregmod/huskSlave.tw b/src/pregmod/huskSlave.tw index f7b69e8c667d7e4f2e3447af31f63f21c1097fa6..2e3d5be59a9d41c9d023b74f4723b4fec696c080 100644 --- a/src/pregmod/huskSlave.tw +++ b/src/pregmod/huskSlave.tw @@ -1,4 +1,4 @@ -:: Husk Slave [nobr] +:: Husk Slave [nobr] <<set $nextButton = "Back", $nextLink = "Buy Slaves", $returnTo = "Buy Slaves", $showEncyclopedia = 1, $encyclopedia = "Kidnapped Slaves">> <<if ($huskSlave.dick == 0) && ($huskSlave.vagina == -1)>><<set $huskSlave.vagina = 0>><</if>> diff --git a/src/pregmod/huskSlaveSwapWorkaround.tw b/src/pregmod/huskSlaveSwapWorkaround.tw index 477f154efecf8c0be9e8f9f415c6277db0fde83b..2bb0b94411c9c3b9d7feee7a2007b36349e992b5 100644 --- a/src/pregmod/huskSlaveSwapWorkaround.tw +++ b/src/pregmod/huskSlaveSwapWorkaround.tw @@ -1,5 +1,5 @@ :: husk Slave Swap Workaround [nobr] - + <<set $nextButton = "Abort Operation", $nextLink = "Scheduled Event", $returnTo = "Scheduled Event">> "This operation is neither simple nor is it perfected. There are extreme health risks involved and no guarantee of success. Strap a slave into your remote surgery to consent to the operation. Indentured servants<<if ($incubator > 0) || ($nurseryBabies)>> and slaves with reserved children<</if>> not eligible." diff --git a/src/pregmod/pAssociatesPublicSlut.tw b/src/pregmod/pAssociatesPublicSlut.tw index 4fa5ed644b42865ce803f0cf07e9be3394425e6f..e3efac167e892357c8cccf205114042305dba0bd 100644 --- a/src/pregmod/pAssociatesPublicSlut.tw +++ b/src/pregmod/pAssociatesPublicSlut.tw @@ -32,11 +32,11 @@ You take a detour down one of the minor byways that feed into the Promenade prop <<link "Give <<if _num < $seeDicks>>him his<<else>>her the<</if>> first taste of slave life">> <<replace "#result">> <<if _num < $seeDicks>> - Taking a slave's anal virginity is hardly novel for you, yet somehow it never stops being fun. You grab the bottle of lubricant your associate has left out for use and begin to generously lubricate his asshole <<if $PC.dick == 0>>. You also reach for one of the brand new strap-ons she has left out for ladies who wish to avail of her slut, tearing it eagerly from its box.<<else>>.<</if>> He begins to moan as you gently probe his anus with the tip of <<if $PC.dick == 0>>the strap on<<else>>your cock<</if>>. Slowly, you get a little deeper with every third or fourth thrust of your hips. You grab on to his petite, feminine waist as you work, occasionally using one hand to hold him roughly by the hair, neck or shoulder, or to smack his butt. Your business associate makes no attempt to hide her obvious arousal at the sight of <<if $PC.dick == 0>>the formidable dildo<<else>>your formidable cock<</if>> pounding some obedience into her slave, and flirts shamelessly with you as you work. <<if $PC.dick == 0>>The slave climaxes, and while you don't quite join him, watching him squirm helplessly underneath you as you used his ass has left you intensely aroused.<<else>>The slaves tight anal muscles massage your cock as he orgasms, bringing you to climax as well.<</if>> Your associate's face is flushed after the spectacle, though considering the disappointing size of her new slaves penis its hardly surprising that she's so thirsty for male attention. She offers to "serve you some refreshments" back at her apartment, an offer you happily take her up on. As you depart with her, a mass of curious socialites converge on the helpless sissy, eager to try his asshole out, since being fucked by the owner of the arcology has instantly, albeit temporarily, made him very fashionable. + Taking a slave's anal virginity is hardly novel for you, yet somehow it never stops being fun. You grab the bottle of lubricant your associate has left out for use and begin to generously lubricate his asshole <<if $PC.dick == 0>>. You also reach for one of the brand new strap-ons she has left out for ladies who wish to avail of her slut, tearing it eagerly from its box.<<else>>.<</if>> He begins to moan as you gently probe his anus with the tip of <<if $PC.dick == 0>>the strap on<<else>>your cock<</if>>. Slowly, you get a little deeper with every third or fourth thrust of your hips. You grab on to his petite, feminine waist as you work, occasionally using one hand to hold him roughly by the hair, neck or shoulder, or to smack his butt. Your business associate makes no attempt to hide her obvious arousal at the sight of <<if $PC.dick == 0>>the formidable dildo<<else>>your formidable cock<</if>> pounding some obedience into her slave, and flirts shamelessly with you as you work. <<if $PC.dick == 0>>The slave climaxes, and while you don't quite join him, watching him squirm helplessly underneath you as you used his ass has left you intensely aroused.<<else>>The slaves tight anal muscles massage your cock as he orgasms, bringing you to climax as well.<</if>> Your associate's face is flushed after the spectacle, though considering the disappointing size of her new slaves penis its hardly surprising that she's so thirsty for male attention. She offers to "serve you some refreshments" back at her apartment, an offer you happily take her up on. As you depart with her, a mass of curious socialites converge on the helpless sissy, eager to try his asshole out, since being fucked by the owner of the arcology has instantly, albeit temporarily, made him very fashionable. <<else>> - Taking a slave's virginity is hardly novel for you, yet somehow it never stops being fun. You consider the bottle of lubricant your associate has left out for use and then decide it's unnecessary, since the slutty bitch is already quite wet. <<if $PC.dick == 0>>You do however reach for one of the brand new strap-ons he has left out for ladies who wish to avail of his slut, tearing it eagerly from its box.<</if>> She begins to moan as you gently probe her pussy with the tip of <<if $PC.dick == 0>>the strap on<<else>>your cock<</if>>. Slowly, you get a little deeper with every third or fourth thrust of your hips. You grab on to her petite, feminine waist as you work, occasionally using one hand to hold her roughly by the hair, neck or shoulder, or to smack her butt. Your business associate can't keep the smug smile off his face as he watches you pound some obedience into his slave. You know nothing puts a bitch in her place harder than discovering the secret rapture of being fucked just the way she didn't even know she likes it, and focus on exploiting her apparent humiliation fetish.<<if $PC.dick == 0>> She climaxes indecently hard from your expert, hard, but just tender enough loving.<<else>> Her tight pussy brings you to climax after a hard fucking and the sensation of being filled with your semen is enough to bring about her orgasm as well.<</if>> Your associate is extremely impressed with your performance and eager to ask for some slave-breaking tips. You're more than happy to offer a little advice, considering he's new to the game, and the two of you walk off together to find somewhere where you can get refreshments as you discuss. As you depart, a mass of curious socialites converge on the helpless slut, eager to try her holes out, since being fucked by the owner of the arcology has instantly, albeit temporarily, made her very fashionable. + Taking a slave's virginity is hardly novel for you, yet somehow it never stops being fun. You consider the bottle of lubricant your associate has left out for use and then decide it's unnecessary, since the slutty bitch is already quite wet. <<if $PC.dick == 0>>You do however reach for one of the brand new strap-ons he has left out for ladies who wish to avail of his slut, tearing it eagerly from its box.<</if>> She begins to moan as you gently probe her pussy with the tip of <<if $PC.dick == 0>>the strap on<<else>>your cock<</if>>. Slowly, you get a little deeper with every third or fourth thrust of your hips. You grab on to her petite, feminine waist as you work, occasionally using one hand to hold her roughly by the hair, neck or shoulder, or to smack her butt. Your business associate can't keep the smug smile off his face as he watches you pound some obedience into his slave. You know nothing puts a bitch in her place harder than discovering the secret rapture of being fucked just the way she didn't even know she likes it, and focus on exploiting her apparent humiliation fetish.<<if $PC.dick == 0>> She climaxes indecently hard from your expert, hard, but just tender enough loving.<<else>> Her tight pussy brings you to climax after a hard fucking and the sensation of being filled with your semen is enough to bring about her orgasm as well.<</if>> Your associate is extremely impressed with your performance and eager to ask for some slave-breaking tips. You're more than happy to offer a little advice, considering he's new to the game, and the two of you walk off together to find somewhere where you can get refreshments as you discuss. As you depart, a mass of curious socialites converge on the helpless slut, eager to try her holes out, since being fucked by the owner of the arcology has instantly, albeit temporarily, made her very fashionable. <</if>> - Your citizens @@.green;appreciated@@ the vigorous show you put on, and the fact that you are @@.green;not too snobby@@ to enjoy the simple pleasure of availing of a public whore once in a while. + Your citizens @@.green;appreciated@@ the vigorous show you put on, and the fact that you are @@.green;not too snobby@@ to enjoy the simple pleasure of availing of a public whore once in a while. <<set $rep += 100>> <</replace>> <</link>> diff --git a/src/pregmod/pInsemination.tw b/src/pregmod/pInsemination.tw index bf6ea7c1ebccf6176de68e5677ce89dd659b6456..95bf0f2f28a317cf2f2d9df107dd2cfefe49889f 100644 --- a/src/pregmod/pInsemination.tw +++ b/src/pregmod/pInsemination.tw @@ -1,5 +1,5 @@ -:: P insemination [nobr] - +:: P insemination [nobr] + <<set $nextButton = "Continue", $returnTo = "Scheduled Event">> <<if ndef $movesCount>> diff --git a/src/pregmod/pRaped.tw b/src/pregmod/pRaped.tw index a058ded2f6c76dfb7c858fdbc5c138113f61cf23..60fd0e82b1245083b46c3ce76d71fcebc3804209 100644 --- a/src/pregmod/pRaped.tw +++ b/src/pregmod/pRaped.tw @@ -1,5 +1,5 @@ -:: P raped [nobr] - +:: P raped [nobr] + <<set $raped = 1, $nextLink = "Nonrandom Event", $returnTo = "Nonrandom Event">> While returning from a meeting with a prospective investor, an unfortunate wrong turn has led you into a rather seedy area of your arcology. You feel distinctly uncomfortable for some reason. diff --git a/src/pregmod/pcAppearanceIntro.tw b/src/pregmod/pcAppearanceIntro.tw index 190f52ec366f3ce1fe374805568a2650e9f493f5..d4c1b459bc67dbee0950b0da333684496680d81e 100644 --- a/src/pregmod/pcAppearanceIntro.tw +++ b/src/pregmod/pcAppearanceIntro.tw @@ -1,5 +1,5 @@ -:: PC Appearance Intro [nobr] - +:: PC Appearance Intro [nobr] + Race and appearance are largely irrelevant in the free cities; there are only the free and the enslaved. <br>//Appearance only, no effect on gameplay (unless you make a big deal out of it).// diff --git a/src/pregmod/pcPregIntro.tw b/src/pregmod/pcPregIntro.tw index f94e020ddfd7258f967088b5b18f1d64feee6e35..be653e9605f79ac86889947da081a646d2477736 100644 --- a/src/pregmod/pcPregIntro.tw +++ b/src/pregmod/pcPregIntro.tw @@ -1,5 +1,5 @@ -:: PC Preg Intro [nobr] - +:: PC Preg Intro [nobr] + You have a working female reproductive system, and thus, a menstrual cycle. Women already face hardships as slaveowners and arcology owners, and being pregnant, coupled with a strong societal aversion to the dominant being penetrated, leads most pregnant owners to find themselves in dire situations. As an added precaution, since nothing stops an owner from hooking up with another owner, contraceptives are common amongst free women. <br><br> @@.orange;What's your stance on taking contraceptives?@@ diff --git a/src/pregmod/physicalDevelopment.tw b/src/pregmod/physicalDevelopment.tw index cb94c3c44a9dc9fcbd18b677fb17176c8fc3c938..65c3d7e85e8f39e5e2f27a6d2edaa07a921dd1aa 100644 --- a/src/pregmod/physicalDevelopment.tw +++ b/src/pregmod/physicalDevelopment.tw @@ -1,4 +1,4 @@ -:: Physical Development [nobr widget] +:: Physical Development [nobr widget] <<widget "PhysicalDevelopment">> @@ -1364,7 +1364,7 @@ <</if>> <</switch>> -<<elseif $args[0].genes == "XY">> +<<elseif $args[0].genes == "XY">> <<switch $args[0].physicalAge>> <<case 3>> diff --git a/src/pregmod/reLegendaryWomb.tw b/src/pregmod/reLegendaryWomb.tw index 66dd28c5a28f7075d92f881367d698fee1ac245c..fbec834c156e5a0655c22c5011b65da21c8c8131 100644 --- a/src/pregmod/reLegendaryWomb.tw +++ b/src/pregmod/reLegendaryWomb.tw @@ -1,5 +1,5 @@ :: RE legendary womb [nobr] - + <<set $nextButton = "Continue", $nextLink = "AS Dump", $returnTo = "RIE Eligibility Check", $activeSlave = ($legendaryFacility == 1) ? getSlave($legendaryWombID) : $eventSlave>> <<if (ndef $activeSlave)>> /* not found - reset variable and stop event */ diff --git a/src/pregmod/seBurst.tw b/src/pregmod/seBurst.tw index 10bc7be768af99b22f797c9fdd8fb1c47f61ffc4..73a84bb8f98ccf9283595e2d186c9d09eaa38a9c 100644 --- a/src/pregmod/seBurst.tw +++ b/src/pregmod/seBurst.tw @@ -1,5 +1,5 @@ -:: SE Burst [nobr] - +:: SE Burst [nobr] + <<set $nextButton = "Continue", $returnTo = "Scheduled Event">> <<for _b = 0; _b < $slaves.length; _b++>> diff --git a/src/pregmod/seDeath.tw b/src/pregmod/seDeath.tw index 1d4d3e82cb37cd64444017d8c6b7799f5b51c67c..830a36069adb44b6445185337509d5edf6b15602 100644 --- a/src/pregmod/seDeath.tw +++ b/src/pregmod/seDeath.tw @@ -1,5 +1,5 @@ :: SE Death [nobr] - + <<set $nextButton = "Continue", $nextLink = "Scheduled Event">> <<set _killedSlaves = []>> diff --git a/src/pregmod/seFCTVinstall.tw b/src/pregmod/seFCTVinstall.tw index 48446339d7a0542268e260be253cfcf9f09cecd5..ebad2ad9e951b1022e1902a14d4fd0fba28d8e40 100644 --- a/src/pregmod/seFCTVinstall.tw +++ b/src/pregmod/seFCTVinstall.tw @@ -1,4 +1,4 @@ -:: SE FCTV Install [nobr] +:: SE FCTV Install [nobr] <<set $nextButton = "Continue", $nextLink = "Scheduled Event", $returnTo = "Scheduled Event", $showEncyclopedia = 1, $encyclopedia = "FCTV", $receiverAvailable = 1>> <<set $showOne = 0, $showTwo = 0, $showThree = 0, $showFour = 0, $showFive = 0, $showSix = 0, $showSeven = 0, $showEight = 0, $showNine = 0, $showTen = 0, $showEleven = 0, $showTwelve = 0, $showThirteen = 0, $showFourteen = 0, $randShow = 0, $lastShow = -1>> diff --git a/src/pregmod/slaveAgeIntro.tw b/src/pregmod/slaveAgeIntro.tw index f59658006aad7c35d3fe055f94adc8e48e09ac0b..14263347057ad2b08b2da66df20a77c94808bb8b 100644 --- a/src/pregmod/slaveAgeIntro.tw +++ b/src/pregmod/slaveAgeIntro.tw @@ -1,5 +1,5 @@ :: Slave Age Intro [nobr] - + Do you want to see content involving girls younger than 18 in this game? <br><br> diff --git a/src/pregmod/slaveSlaveSwapWorkaround.tw b/src/pregmod/slaveSlaveSwapWorkaround.tw index 2454a85b7cb9b0c5f8dd141d48754b8d3d1dd91b..788020a3bd05ebbd37fc7414891d93c185a43d13 100644 --- a/src/pregmod/slaveSlaveSwapWorkaround.tw +++ b/src/pregmod/slaveSlaveSwapWorkaround.tw @@ -1,5 +1,5 @@ :: Slave Slave Swap Workaround [nobr] - + <<set $nextButton = "Abort Operation", $nextLink = "Main">> <<set $slaves[$slaveIndices[$activeSlave.ID]] = $activeSlave>> diff --git a/src/pregmod/widgets/assignmentFilterWidget.tw b/src/pregmod/widgets/assignmentFilterWidget.tw index 8312536d3002360d82adf56561882b217a3f9577..498d6654f0e6ce7b30e6913809e0ddb6fe8dbae8 100644 --- a/src/pregmod/widgets/assignmentFilterWidget.tw +++ b/src/pregmod/widgets/assignmentFilterWidget.tw @@ -1,6 +1,6 @@ :: assignment-filter widget [widget nobr] -/* +/* * filters the list according to the selected Facility * function(y) is a loop through $slaves to set assignmentVisible to 1 and returns a new array * function(x) filters the slaves with the given condition ( here its the assignment ) diff --git a/src/pregmod/widgets/bodyswapWidgets.tw b/src/pregmod/widgets/bodyswapWidgets.tw index 2c8e14077eb5c9f77c8b9c5d216bc4a744627795..a1182cde32030d573912f8ea5ff93759470b9e16 100644 --- a/src/pregmod/widgets/bodyswapWidgets.tw +++ b/src/pregmod/widgets/bodyswapWidgets.tw @@ -283,7 +283,7 @@ <<else>> <<set $args[0].origBodyOwner = $args[1].slaveName>> <</if>> -<<else>> +<<else>> <<set $args[0].origBodyOwner = $args[1].origBodyOwner>> <</if>> diff --git a/src/pregmod/widgets/economyWidgets.tw b/src/pregmod/widgets/economyWidgets.tw index d87830603b3ef793995e34e9f8c005f6f5465fb1..4c1895117ac06fd3cc86446a37d752bb89445dbb 100644 --- a/src/pregmod/widgets/economyWidgets.tw +++ b/src/pregmod/widgets/economyWidgets.tw @@ -461,14 +461,14 @@ /* Call with <<CorpDevBuySell "asset" "Numasset">> TODO: replace eval parse with appropriate functions */ <<widget "CorpDevBuySell">> <<set _textboxMLArg = '_'+$args[1]>> -| Trade Qty -<<textbox `'_Num' + $args[0]` `eval(parse('_Num' + $args[0]))`>><<script>>setTextboxMaxLength(State.temporary["textboxMLArg"], 10);<</script>>: +| Trade Qty +<<textbox `'_Num' + $args[0]` `eval(parse('_Num' + $args[0]))`>><<script>>setTextboxMaxLength(State.temporary["textboxMLArg"], 10);<</script>>: <<link "Buy">> <<if !Number.isInteger(Number.parseFloat(eval(parse('_Num' + $args[0]))))>> /* Checks if _Numasset is string */ /* Buy all */ - <<if ["all", "max"].includes(State.temporary[$args[1]].toLowerCase())>> + <<if ["all", "max"].includes(State.temporary[$args[1]].toLowerCase())>> <<set State.temporary[$args[1]] = Math.floor($corpCash/(State.variables[$args[0]+"AssetPrice"] * 500))>> - <<replace `'#'+$args[0]+'AssetsPurchasing'`>> + <<replace `'#'+$args[0]+'AssetsPurchasing'`>> Bought <<print commaNum(Math.floor($corpCash/(State.variables[$args[0]+"AssetPrice"] * 500)))>> units for <<print cashFormat(Math.floor($corpCash/(State.variables[$args[0]+"AssetPrice"] * 500))*500*State.variables[$args[0]+"AssetPrice"])>> <</replace>> <<set State.variables[$args[0]+"Assets"] += (eval(parse('_Num' + $args[0]))) * 500>> @@ -488,7 +488,7 @@ <<elseif Number.parseFloat(eval(parse('_Num' + $args[0]))) < 0>> <<replace `'#'+$args[0]+'AssetsPurchasing'`>>Please input a positive number.<</replace>> /* Buy % */ - <<elseif State.temporary[$args[1]].toString().includes("%")>> + <<elseif State.temporary[$args[1]].toString().includes("%")>> <<set _DesPerc = State.temporary[$args[1]]>> <<set State.temporary[$args[1]] = Math.floor((Math.clamp((Number.parseFloat(State.temporary[$args[1]])/100),0,1)*$corpCash)/(State.variables[$args[0]+"AssetPrice"] * 500))>> <<replace `'#'+$args[0]+'AssetsPurchasing'`>> @@ -515,19 +515,19 @@ <</replace>> <<replace `'#'+$args[0]+'AssetsPurchasing'`>><</replace>> /* Unsuccessful buy but have enough cash for more than 1 unit */ - <<elseif $corpCash > 500 * State.variables[$args[0]+"AssetPrice"]>> + <<elseif $corpCash > 500 * State.variables[$args[0]+"AssetPrice"]>> <<replace `'#'+$args[0]+'AssetsPurchasing'`>> - The corp can only buy <<print commaNum(Math.floor($corpCash/(State.variables[$args[0]+"AssetPrice"] * 500)))>> more unit<<if Math.floor($corpCash/(State.variables[$args[0]+"AssetPrice"] * 500)) > 1 >>s<</if>> of $args[0] assets. + The corp can only buy <<print commaNum(Math.floor($corpCash/(State.variables[$args[0]+"AssetPrice"] * 500)))>> more unit<<if Math.floor($corpCash/(State.variables[$args[0]+"AssetPrice"] * 500)) > 1 >>s<</if>> of $args[0] assets. <</replace>> <<set State.temporary[$args[1]] = Math.floor($corpCash/(State.variables[$args[0]+"AssetPrice"] * 500))>> <<replace `'#'+'controls'+$args[0]`>><<CorpDevBuySell $args[0] $args[1]>><</replace>><<script>>setReplaceTextboxMaxLength(State.temporary["textboxMLArg"], 10);<</script>> /* Unsuccessful buy */ - <<else>> - <<replace `'#'+$args[0]+'AssetsPurchasing'`>>There are insufficient funds for additional purchases.<</replace>> + <<else>> + <<replace `'#'+$args[0]+'AssetsPurchasing'`>>There are insufficient funds for additional purchases.<</replace>> <</if>> <</link>> | <<link "Sell">> - <<if !Number.isInteger(Number.parseFloat(eval(parse('_Num' + $args[0]))))>> + <<if !Number.isInteger(Number.parseFloat(eval(parse('_Num' + $args[0]))))>> /* Sell all */ <<if ["all", "max"].includes(State.temporary[$args[1]].toLowerCase())>> <<replace `'#'+$args[0]+'AssetsPurchasing'`>> @@ -580,7 +580,7 @@ /* Unsuccessful sell but have enough assets for more than 1 unit */ <<elseif State.variables[$args[0]+"Assets"] > 500>> <<replace `'#'+$args[0]+'AssetsPurchasing'`>> - The corp can only sell <<print commaNum(Math.ceil((State.variables[$args[0]+"Assets"]-500)/500))>> more unit<<if Math.ceil((State.variables[$args[0]+"Assets"]-500)/500) > 1 >>s<</if>> of $args[0] assets. + The corp can only sell <<print commaNum(Math.ceil((State.variables[$args[0]+"Assets"]-500)/500))>> more unit<<if Math.ceil((State.variables[$args[0]+"Assets"]-500)/500) > 1 >>s<</if>> of $args[0] assets. <</replace>> <<set State.temporary[$args[1]] = Math.ceil((State.variables[$args[0]+"Assets"]-500)/500)>> <<replace `'#'+'controls'+$args[0]`>><<CorpDevBuySell $args[0] $args[1]>><</replace>><<script>>setReplaceTextboxMaxLength(State.temporary["textboxMLArg"], 10);<</script>> diff --git a/src/uncategorized/RECI.tw b/src/uncategorized/RECI.tw index 5a6b5d5a567ea5e9a2df633380567da09e656c4d..658a9779073c016fffc2576dccb4ab6443face4e 100644 --- a/src/uncategorized/RECI.tw +++ b/src/uncategorized/RECI.tw @@ -144,7 +144,7 @@ $His $activeSlave.skin face displays nothing but honest gratitude and devotion. $his pathetically limp dick is practically dripping precum <<elseif ($activeSlave.clit > 0)>>$his big clit is visibly erect<<else>>a sheen is visible on $his pussylips<</if>>, $his nipples are <<if $activeSlave.nipples != "fuckable">>stiff<<else>>swollen tight<</if>>, and $he's starting to breathe a little hard. -When you finish and send the slave you were boning on her way with a light slap on the rump, you seat yourself to inspect $activeSlave.slaveName. As you do, <<if ($PC.dick == 0)>>your rather realistically modeled phallus dangles between your legs<<else>>your half-hard but still quite imposing cock hangs between your legs<</if>>, still slick from fucking the previous inspectee. $activeSlave.slaveName's $activeSlave.eyeColor eyes focus on it with painful intensity, +When you finish and send the slave you were boning on her way with a light slap on the rump, you seat yourself to inspect $activeSlave.slaveName. As you do, <<if ($PC.dick == 0)>>your rather realistically modeled phallus dangles between your legs<<else>>your half-hard but still quite imposing cock hangs between your legs<</if>>, still slick from fucking the previous inspectee. $activeSlave.slaveName's $activeSlave.eyeColor eyes focus on it with painful intensity, <<if ($activeSlave.dick > 0) && ($activeSlave.dickAccessory == "chastity")>> and the $desc's chastity cage begins to bother her even more. <<elseif ($activeSlave.dick > 0) && canAchieveErection($activeSlave)>> @@ -299,7 +299,7 @@ $He looks pensive, and goes through two false starts before $he clears $his thro <br><br> "Plea<<s>>e," the slave begs incoherently as you press your <<if $PC.dick == 1>>dick<<else>>strap-on<</if>> against $HeadGirl.slaveName's finger. It's not clear whether she's begging you to DP her anus, or begging you not to, but whichever it is, $HeadGirl.slaveName withdraws her finger and you shove yourself inside. $activeSlave.slaveName jerks with discomfort and gives a gasping "Oh f-fuck-k" that <<if $activeSlave.anus > 2>>she repeats over and over<<else>>is followed by some minor struggling<</if>> as you begin to fuck her. From her angle, $HeadGirl.slaveName can't pound $activeSlave.slaveName quite as hard as you can, but she does her best. When you've both had your fun, extracted yourselves, and let the exhausted, gaped bitch collapse onto the floor, $HeadGirl.slaveName gives you a naughty wink. <<run Enunciate($HeadGirl)>> - "@@.hotpink;That wa<<s>> fun,@@ <<Master>>!" she <<say>>s. "<<Sh>>all we flip her over and go again?" + "@@.hotpink;That wa<<s>> fun,@@ <<Master>>!" she <<say>>s. "<<Sh>>all we flip her over and go again?" <<run Enunciate($activeSlave)>> "@@.hotpink;Plea<<s>>e nooo,@@" comes a quiet wail from the floor. <<set $activeSlave.devotion += 2, $activeSlave.analCount += 1, $activeSlave.oralCount += 1>> @@ -330,7 +330,7 @@ $He looks pensive, and goes through two false starts before $he clears $his thro <br><br> "Plea<<s>>e," the slave begs incoherently as you press your <<if $PC.dick == 1>>dick<<else>>strap-on<</if>> against $Concubine.slaveName's finger. It's not clear whether $he's begging you to DP $his anus, or begging you not to, but whichever it is, $Concubine.slaveName withdraws _his2 finger and you shove yourself inside. $activeSlave.slaveName jerks with discomfort and gives a gasping "Oh f-fuck-k" that <<if $activeSlave.anus > 2>>she repeats over and over<<else>>is followed by some minor struggling<</if>> as you begin to fuck her. From her angle, $Concubine.slaveName can't pound $activeSlave.slaveName quite as hard as you can, but she does her best. When you've both had your fun, extracted yourselves, and let the exhausted, gaped bitch collapse onto the floor, $Concubine.slaveName gives you a naughty wink. <<run Enunciate($Concubine)>> - "@@.hotpink;That wa<<s>> fun,@@ <<Master>>!" _he2 <<say>>s. "<<Sh>>all we flip $him over and go again?" + "@@.hotpink;That wa<<s>> fun,@@ <<Master>>!" _he2 <<say>>s. "<<Sh>>all we flip $him over and go again?" <<run Enunciate($activeSlave)>> "@@.hotpink;Plea<<s>>e nooo,@@" comes a quiet wail from the floor. <<set $activeSlave.devotion += 2, $activeSlave.analCount += 1, $activeSlave.oralCount += 1>> diff --git a/src/uncategorized/REFS.tw b/src/uncategorized/REFS.tw index 367ba022986e8a777db03fb3f6485d8d21dd4eb8..ec0ec35ccb1a14db6c248012889bbb23daaabf36 100644 --- a/src/uncategorized/REFS.tw +++ b/src/uncategorized/REFS.tw @@ -379,7 +379,7 @@ On this particular outing you happen to cross paths with a comely female citizen <span id="result"> <<link "Let them pass">> <<replace "#result">> - You step aside gracefully and bow your head, while signifying to the $girl that you intend to allow $him to pass you. $He seems taken aback by your geniality, especially given the gulf in social standing between the two of you, and has to be chaperoned from your presence by $his father. Nonetheless, $he is struck by $his chance encounter with you and cannot stop recounting the story to all $his friends, soon @@.green;the anecdote has seized the imaginations of $arcologies[0].name's youthful, female citizens.@@ + You step aside gracefully and bow your head, while signifying to the $girl that you intend to allow $him to pass you. $He seems taken aback by your geniality, especially given the gulf in social standing between the two of you, and has to be chaperoned from your presence by $his father. Nonetheless, $he is struck by $his chance encounter with you and cannot stop recounting the story to all $his friends, soon @@.green;the anecdote has seized the imaginations of $arcologies[0].name's youthful, female citizens.@@ <<set $rep += 100>> <</replace>> <</link>> @@ -393,7 +393,7 @@ On this particular outing you happen to cross paths with a comely female citizen <</if>> <br><<link "Manipulate $him into having sex with you">> <<replace "#result">> - It only takes a moment for $assistantName to uncover the father's financial records and the copious debt therein, and only another moment for you to browbeat the terrified father into allowing his daughter to sleep with you under threat of purchasing all their debt and summarily enslaving $him. + It only takes a moment for $assistantName to uncover the father's financial records and the copious debt therein, and only another moment for you to browbeat the terrified father into allowing his daughter to sleep with you under threat of purchasing all their debt and summarily enslaving $him. <br><br> Once you both retire to your private suite, you peel the girl's clothes off as easily as one might shed a gift of its wrapping. In the nude $his body is tastefully youthful, with narrow hips, firm breasts, and a delicate blush across $his shamefaced, rosy cheeks. Despite the circumstances of your sexual conquest of $him, $he seems to enjoy the fuck well enough by the sounds of $his frenzied moans - citizens like $him often do since sexual submission to a slave would be a crippling scandal to a prominent citizen, let alone one of $his diminished social stature. <<if $cash >= 10000>> diff --git a/src/uncategorized/bodyModification.tw b/src/uncategorized/bodyModification.tw index 5ac0af06e75bbce913aa96ff3719ec9ad5693d8e..28517801020e480ae63114cfe096c32cfad8dd10 100644 --- a/src/uncategorized/bodyModification.tw +++ b/src/uncategorized/bodyModification.tw @@ -750,8 +750,8 @@ Choose a tattoo style: <<if $activeSlave.bellyTat == 0>> <br> [[Heart|Body Modification][$activeSlave.bellyTat = "a heart",$cash -= $modCost]] - | [[Star|Body Modification][$activeSlave.bellyTat = "a star",$cash -= $modCost]] - | [[Butterfly|Body Modification][$activeSlave.bellyTat = "a butterfly",$cash -= $modCost,$degradation += 1]] + | [[Star|Body Modification][$activeSlave.bellyTat = "a star",$cash -= $modCost]] + | [[Butterfly|Body Modification][$activeSlave.bellyTat = "a butterfly",$cash -= $modCost,$degradation += 1]] <</if>> <<if $activeSlave.bellyTat != 0>> //[[Remove tattoos|Body Modification][$activeSlave.bellyTat = 0,$cash -= $modCost]]// diff --git a/src/uncategorized/buildingWidgets.tw b/src/uncategorized/buildingWidgets.tw index 9d59311731bb31721ab6f9666fac6b60d4c64b50..a40324fd0396d1a004108e7c6bf828417d4b4d55 100644 --- a/src/uncategorized/buildingWidgets.tw +++ b/src/uncategorized/buildingWidgets.tw @@ -63,13 +63,13 @@ if(!Macro.has('sectorblock')) { /* Usage: <<sectorblock sector index "other text (optional)">> */ Macro.add('sectorblock', { /* - * Add sector metadata here - * - * base: Which passage the sector link goes to if owned. Defaults to the sector type. Unowned go to "Private" - * name: The sector name. Defaults to the sector type, with spaces inserted in case of WordsLikeThis - * cls: The CSS id to use for styling if owned; else uses "Private" - * extra: Some (SugarCube-style) extra text to add after the link - */ + * Add sector metadata here + * + * base: Which passage the sector link goes to if owned. Defaults to the sector type. Unowned go to "Private" + * name: The sector name. Defaults to the sector type, with spaces inserted in case of WordsLikeThis + * cls: The CSS id to use for styling if owned; else uses "Private" + * extra: Some (SugarCube-style) extra text to add after the link + */ sectors: { LuxuryApartments: { base: 'Apartments' }, DenseApartments: { base: 'Apartments' }, diff --git a/src/uncategorized/costsReport.tw b/src/uncategorized/costsReport.tw index 1665818c2b2bdd84163370972dafa105f3126064..d7b971e758f93d3a0da7cd5fefdcfbf90359f3b4 100644 --- a/src/uncategorized/costsReport.tw +++ b/src/uncategorized/costsReport.tw @@ -565,7 +565,7 @@ $nursery > 0 || $masterSuiteUpgradePregnancy > 0 || $incubator > 0 || <br> <i>Specialized dietary adjustments and concentrated, quick to digest food required to support absurd multiples:</i> <<print cashFormat($foodCost*$slaves[$i].pregType*3*_pAccMult)>> <<set _individualCosts += $foodCost*$slaves[$i].pregType*3*_pAccMult>> <<elseif $slaves[$i].pregType >= 100>> - <br> <i>Specialized dietary requirements and feeding methods to support absurd multiples:</i> + <br> <i>Specialized dietary requirements and feeding methods to support absurd multiples:</i> @@.yellowgreen;<<print cashFormat($foodCost*$slaves[$i].pregType*5*_pAccMult)>>@@ <<set _individualCosts += $foodCost*$slaves[$i].pregType*5*_pAccMult>> <</if>> diff --git a/src/uncategorized/discardConfirm.tw b/src/uncategorized/discardConfirm.tw index 0d2780f4ae744cae6af0103c9b7ebb20197d5bed..5243c52d3155f4b54357278d0d9d6a98cd4b4a1a 100644 --- a/src/uncategorized/discardConfirm.tw +++ b/src/uncategorized/discardConfirm.tw @@ -1,5 +1,5 @@ :: Discard Confirm [nobr] - + This will permanently remove $activeSlave.slaveName from the game, and you will not receive any money for $him. This is primarily intended as a way to rid yourself of bugged slaves. Are you certain? <br><br> diff --git a/src/uncategorized/freeRangeDairyAssignmentScene.tw b/src/uncategorized/freeRangeDairyAssignmentScene.tw index 534d1c2c0ff2e9cbc40f8fc5b121ce0bcf697c4c..d40abc3c7ee46434e3a2bd566bd81f3e7858f3f4 100644 --- a/src/uncategorized/freeRangeDairyAssignmentScene.tw +++ b/src/uncategorized/freeRangeDairyAssignmentScene.tw @@ -332,7 +332,7 @@ It does not take long for $activeSlave.slaveName to reach $his first orgasm of m <</if>> <<if $activeSlave.lactation > 0>> <br> -The milking cups <<if $activeSlave.nipples == "fuckable">>over<<else>>on<</if>> $his nipples switch from rhythmic pulsing into intense suction. Aided by $his orgasm, milk spurts from $his nipples +The milking cups <<if $activeSlave.nipples == "fuckable">>over<<else>>on<</if>> $his nipples switch from rhythmic pulsing into intense suction. Aided by $his orgasm, milk spurts from $his nipples <<if $activeSlave.boobs > 20000>> in obscenely massive amounts. $His immense breasts seem to never empty. <<elseif $activeSlave.boobs > 10000>> diff --git a/src/uncategorized/manufacturing.tw b/src/uncategorized/manufacturing.tw index 7a6ab7be92407a1f64a3ab3ef19a200f5d7e42f2..6ea655497a30d11c79e6453df4437223f372bcf5 100644 --- a/src/uncategorized/manufacturing.tw +++ b/src/uncategorized/manufacturing.tw @@ -16,7 +16,7 @@ This is a space in the arcology's service areas, <<if $sectors[$AS].type == "Sweatshops">> <<if $menials > 0>> <br><br> - You own <<print commaNum($menials)>> menial slaves. All your sweatshops together can use only <<print $Sweatshops*500>>, + You own <<print commaNum($menials)>> menial slaves. All your sweatshops together can use only <<print $Sweatshops*500>>, <<if $menials > $Sweatshops*500>> the remainder is assigned to various odd-jobs in the arcology. <<elseif $menials == $Sweatshops*500>> diff --git a/src/uncategorized/masterSuite.tw b/src/uncategorized/masterSuite.tw index f3bc2b7da03c2adf949f0e25e1177bd718448c39..814fe559bb4427a97e90742e8bf3af1302dab1b9 100644 --- a/src/uncategorized/masterSuite.tw +++ b/src/uncategorized/masterSuite.tw @@ -298,7 +298,7 @@ $masterSuiteNameCaps is furnished <<set _Tmult0 = Math.trunc($masterSuite*1000*$upgradeMultiplierArcology)>> [[Expand the Master Suite|Master Suite][$cash -= _Tmult0, $masterSuite += 2, $PC.engineering += .1]] //Costs <<print cashFormat(_Tmult0)>>// <<if $Concubine == 0 && $masterSuiteSlaves == 0>> - | [[Decommission the Master Suite|Main][$masterSuite = 0, $masterSuiteUpgradeLuxury = 0, $masterSuitePregnancySlaveLuxuries = 0, $masterSuiteDecoration = "standard", $masterSuitePregnancyFertilityDrugs = 0, $masterSuitePregnancyFertilitySupplements = 0, $masterSuiteUpgradePregnancy = 0, $masterSuiteHyperPregnancy = 0]] + | [[Decommission the Master Suite|Main][$masterSuite = 0, $masterSuiteUpgradeLuxury = 0, $masterSuitePregnancySlaveLuxuries = 0, $masterSuiteDecoration = "standard", $masterSuitePregnancyFertilityDrugs = 0, $masterSuitePregnancyFertilitySupplements = 0, $masterSuiteUpgradePregnancy = 0, $masterSuiteHyperPregnancy = 0]] <</if>> <<if $masterSuiteSlaves > 0>> diff --git a/src/uncategorized/masterSuiteReport.tw b/src/uncategorized/masterSuiteReport.tw index 2d3e9c1c5825fc742f0f3a0e772736d24ef7b3cd..85f9fe16dbe855351bd27e1f0f697e741fb68a2d 100644 --- a/src/uncategorized/masterSuiteReport.tw +++ b/src/uncategorized/masterSuiteReport.tw @@ -118,7 +118,7 @@ <<if $verboseDescriptions == 1>> Keeping such a prestigious slave as your concubine @@.green;adds to your fame.@@ <<if $Concubine.prestigeDesc == "She is a famed Free Cities whore, and commands top prices.">> - When $he has a free moment, $he refines $his flexibility so that $he is prepared for any sexual position you can think of, and many more that $he researched just for your pleasure. + When $he has a free moment, $he refines $his flexibility so that $he is prepared for any sexual position you can think of, and many more that $he researched just for your pleasure. <</if>> <<if $Concubine.prestigeDesc == "She is a famed Free Cities slut, and can please anyone.">> When $he has a free moment, $he pretties $himself up so that $he may be as beautiful as possible to make you look even better. @@ -366,7 +366,7 @@ <br> $He <<include "SA please you">> <br> <<if $servantMilkers == 1 && $slaves[$i].lactation > 0 && $slaves[$i].fuckdoll == 0 && $slaves[$i].fetish != "mindbroken" && $slaves[$i].amp != 1 && $slaves[$i].intelligence+$slaves[$i].intelligenceImplant >= -90>> - When $his breasts begin to feel full and you aren't around, $he avails $himself to the penthouse milkers and + When $his breasts begin to feel full and you aren't around, $he avails $himself to the penthouse milkers and <<set $servantMilkersMultiplier = 0.25>><<silently>><<include "SA get milked">><</silently>><<set $servantMilkersMultiplier = 1>> gives $milk liters of milk over the week, which is sold for @@.yellowgreen;<<print cashFormat($milkSale)>>.@@ <</if>> diff --git a/src/uncategorized/newSlaveIntro.tw b/src/uncategorized/newSlaveIntro.tw index b007d888629cd0c1f35254c1b75e65b011b0a962..ac690d4b2dd6104768f3320133ffb955f666b6b9 100644 --- a/src/uncategorized/newSlaveIntro.tw +++ b/src/uncategorized/newSlaveIntro.tw @@ -644,7 +644,7 @@ The legalities completed, ''__@@.pink;<<= SlaveFullName($activeSlave)>>@@__'' << <<= AnalVCheck()>> <</link>> - | <<link "Initiate $him with anal pain">> + | <<link "Initiate $him with anal pain">> <<replace "#introResult">> You haul $him wordlessly into the bathroom. In a few minutes $he finds $himself standing obediently behind you, waiting for your next command with a clean colon and an uncomfortably large buttplug stretching $his virgin ass. Once it's been in long enough to prevent any damage, you push $his fearful form over the desk and pull it free. $He squeals with more embarrassment than pain at the feeling of $his first sodomy, but before long you're pounding $him hard enough that all $he can do is moan and desperately wonder when you'll be done with $his poor little butt. You keep $him around all day; by night, $his asshole is well broken in and @@.mediumorchid;so is $his spirit.@@ $He @@.gold;fears@@ you now, knowing this is only the beginning. <</replace>> @@ -670,7 +670,7 @@ The legalities completed, ''__@@.pink;<<= SlaveFullName($activeSlave)>>@@__'' << <<set $activeSlave.dick = 0>> <<set $activeSlave.balls = 0>> <</link>> - | <<link "Use $him as $he is">> + | <<link "Use $him as $he is">> <<replace "#introResult">> You announce that $he'll have to earn $his surgery - if $he ever gets it at all. $He only has time for a moment of shock and betrayal before $he finds $his face jammed into the cushions of your office couch. $He struggles, outraged, but only manages to avoid sodomy for a moment. $His resistance only makes it harder on $himself as you take $his anus without mercy. By the third time you buttfuck $him $he's learned to @@.hotpink;relax and let it happen.@@ <</replace>> @@ -694,7 +694,7 @@ The legalities completed, ''__@@.pink;<<= SlaveFullName($activeSlave)>>@@__'' << <</link>> <</if>> <<if ($activeSlave.indentureRestrictions <= 0) && ($seeExtreme == 1)>> - | <<link "Cruelly castrate $him">> + | <<link "Cruelly castrate $him">> <<replace "#introResult">> You rise from your desk and move in close, wordlessly dominating $him without touch, tempting and overawing $him until $he's desperate with desire, $his prick stiff as iron. $He follows you willingly into the autosurgery and even allows you to strap $him in, face down, without comment. $His fuckhole welcomes your <<if $PC.dick == 1>>cock<<else>>strap-on<</if>> and $he gasps with pleasure. $He climaxes with indecent speed, dripping $his cum onto the surgery floor. You keep fucking $him, but lean forward to whisper to $him that that was $his last hardon. $He's completely confused and says nothing, but gradually realizes what the numb feeling around $his ballsack means. $He @@.gold;screams with horror@@ and @@.mediumorchid;sobs disconsolately@@ as the autosurgery disengages from $his clipped genitals and you disengage from $his <<if $PC.dick == 1>>cum-filled<<else>>wilting<</if>> butthole. $He gingerly stumbles back to your office with you and, without even being ordered to, arranges $himself on the couch with $his fuckhole ready. The gelding does affect $his @@.red;health@@ somewhat. <</replace>> @@ -730,7 +730,7 @@ The legalities completed, ''__@@.pink;<<= SlaveFullName($activeSlave)>>@@__'' << <</link>> <</if>> <<if canDoAnal($activeSlave)>> - | <<link "Make sure $he knows $he made a mistake">> + | <<link "Make sure $he knows $he made a mistake">> <<replace "#introResult">> You tell $him that slaves working in your penthouse are all expected to please you, and $he nods eagerly. $He strips, only starting to look doubtful again when you brusquely order $him to hurry up. You order $him to get down on the ground with $his face up, $his shoulders against the floor; $he does, and then you order $him to put $his legs over $his head. $He looks puzzled but does, flipping $himself flexibly up until $he's doing a shoulder stand, bent double with $his crotch over $his face. You stand over $him and shove <<if $PC.dick == 1>>your cock<<else>>a strap-on<</if>> down and into $his asshole. This is an advanced anal position and although $he's clearly no anal virgin it's well beyond $him. $He does $his best but tears begin to streak $his cheeks. After a while you tire of the position and flip $him over onto $his face to assrape $him doggy style. This allows you to whisper into $his ear that $his holes are your property now, to use, to abuse, or to sell. $He @@.mediumorchid;sobs in despair@@ at the latter, knowing $he's @@.gold;thrown $his life away.@@ <</replace>> @@ -753,8 +753,8 @@ The legalities completed, ''__@@.pink;<<= SlaveFullName($activeSlave)>>@@__'' << <<set $oralTotal += 1>> <</link>> <<if canDoAnal($activeSlave)>> - | <<link "Put $him in $his place">> - <<replace "#introResult">> + | <<link "Put $him in $his place">> + <<replace "#introResult">> You stand up and tell $him to strip. $He hesitates, staring at you in dawning apprehension, until $he sees that you're stepping into a strap-on. $He unconsciously takes a step backward, but that's as far as $he gets before you cover the ground between you, grab $him by the throat, and push $his back until $he falls onto the couch. You drag the head of the fake phallus down over $his pussylips, and $he shivers, but you keep going, telling $him that you'll only be fucking $him there when $he's good. When $he's bad, you'll assfuck $him. $His eyes fly open and $he tries to struggle, but you give $him a warning slap and then push yourself home. $He starts to cry, more from hopelessness than anal pain, knowing that @@.mediumorchid;you're a slaveowner like any other,@@ more likely to @@.gold;abuse $him@@ than be sympathetic. <</replace>> <<set $activeSlave.devotion -= 5>> @@ -778,7 +778,7 @@ The legalities completed, ''__@@.pink;<<= SlaveFullName($activeSlave)>>@@__'' << <<= AnalVCheck()>> <</link>> <<if canDoAnal($activeSlave)>> - | <<link "Let $him know $he'll have to earn $his rewards">> + | <<link "Let $him know $he'll have to earn $his rewards">> <<replace "#introResult">> You complete the induction and then perform a thorough inspection, noting down each area in which surgery or drugs could improve $his body. $He understands what you're doing and can barely contain $his excitement, but you tell $him that $he'll have to earn such improvements. $His face falls. You reassure $him that it won't take the years $he would have had to work to afford such things $himself, but that $he needs to be a good slave, and soon, for you to spend resources on $him. You let $him start by taking a rough buttfuck, bent over the desk. $His ass is tight and you are not merciful. $He gasps and moans but takes it all the same, @@.mediumaquamarine;trusting@@ that $he'll eventually be rewarded with transformation. <</replace>> @@ -1032,23 +1032,23 @@ The legalities completed, ''__@@.pink;<<= SlaveFullName($activeSlave)>>@@__'' << <<if $activeSlave.dick == 0>> - | <<link "Give $him a smart clitoral piercing">> + | <<link "Give $him a smart clitoral piercing">> <<set $cash -= $SPcost>> <<replace "#introResult">> You take $him to the body modification studio, strap $him down, pierce $his clit, and insert what appears to be a large stainless steel barbell piercing. It actually contains a device that can vibrate to give $him sexual stimulation or create subtle pain to suppress pleasure. It is connected wirelessly to the arcology, which can be given instructions to encourage or discourage sexual pleasure in specific situations. You run a quick test. On the oral setting, as soon as $he kneels in front of your crotch, $he gasps as the stimulation starts. On the anal setting, $he whimpers when you run a finger across $his asshole. <</replace>> <<set $activeSlave.clitPiercing = 3>> <</link>> - //This option costs <<print cashFormat($SPcost)>>// + //This option costs <<print cashFormat($SPcost)>>// <<else>> - | <<link "Give $him a smart frenulum piercing">> + | <<link "Give $him a smart frenulum piercing">> <<set $cash -= $SPcost>> <<replace "#introResult">> You take $him to the body modification studio, strap $him down, pierce $his frenulum, and insert what appears to be a large stainless steel barbell piercing. It actually contains a device that can vibrate to give $him sexual stimulation or create subtle pain to suppress pleasure. It is connected wirelessly to the arcology, which can be given instructions to encourage or discourage sexual pleasure in specific situations. You run a quick test. On the oral setting, as soon as $he kneels in front of your crotch, $he gasps as the stimulation starts. On the anal setting, $he whimpers and gets rock hard when you run a finger across $his asshole. <</replace>> <<set $activeSlave.clitPiercing = 3>> <</link>> - //This option costs <<print cashFormat($SPcost)>>// + //This option costs <<print cashFormat($SPcost)>>// <</if>> @@ -1224,7 +1224,7 @@ The legalities completed, ''__@@.pink;<<= SlaveFullName($activeSlave)>>@@__'' << <<if $seePreg != 0>> <<if isFertile($activeSlave) && $PC.dick == 1 && $activeSlave.ballType == "human">> - | <<link "Impregnate $him">> + | <<link "Impregnate $him">> <<replace "#introResult">> You perform a careful medical examination to verify fertility, and then restrain $him in your office with $his ass in the air. Whenever you feel able, you drain your balls into $his <<if $activeSlave.mpreg == 1>>ass<<else>>cunt<</if>>, only releasing $him for other duties when scans verify a fertilized ovum. $He didn't properly understand the scans, so $he just thought it was bound, forced sex; $he won't realize what happened for some weeks at least. <<if $activeSlave.mpreg == 1>> @@ -1811,7 +1811,7 @@ The legalities completed, ''__@@.pink;<<= SlaveFullName($activeSlave)>>@@__'' << <</link>> <<if ($activeSlave.lactation > 0 || (($dairySlimMaintainUpgrade == 0 || $dairySlimMaintain == 0) && ($activeSlave.boobs > 300 || $activeSlave.dick == 0 || $dairyImplantsSetting == 1) && $dairyImplantsSetting != 2)) || ($activeSlave.balls > 0)>> <<if ($dairyPrepUpgrade == 1) && ($dairy > $dairySlaves+$bioreactorsXY+$bioreactorsXX+$bioreactorsHerm+$bioreactorsBarren)>> - | <<link "Send $him straight to the Industrial Dairy">> + | <<link "Send $him straight to the Industrial Dairy">> <<set $activeSlave.choosesOwnAssignment = 0>> <<set $activeSlave.anus = Math.clamp($activeSlave.anus, 3, 4)>> <<if $activeSlave.vagina > -1>><<set $activeSlave.vagina = Math.clamp($activeSlave.vagina, 3, 4)>><</if>> @@ -1823,7 +1823,7 @@ The legalities completed, ''__@@.pink;<<= SlaveFullName($activeSlave)>>@@__'' << <</link>> <</if>> <<if $dairy > $dairySlaves+$bioreactorsXY+$bioreactorsXX+$bioreactorsHerm+$bioreactorsBarren>> - | <<link "Break $him in for the Industrial Dairy">> + | <<link "Break $him in for the Industrial Dairy">> <<set $activeSlave.choosesOwnAssignment = 0>> <<set $activeSlave.anus = Math.clamp($activeSlave.anus, 3, 4)>> <<if $activeSlave.vagina > -1>> @@ -1898,7 +1898,7 @@ The legalities completed, ''__@@.pink;<<= SlaveFullName($activeSlave)>>@@__'' << <</link>> <<if ($arcade > $arcadeSlaves) || ($arcadeUpgradeFuckdolls != 0)>> - | <<link "Send $him straight to the Arcade">> + | <<link "Send $him straight to the Arcade">> <<set $activeSlave.assignment = "be confined in the arcade">> <<set $activeSlave.assignmentVisible = 0>> <<set $activeSlave.choosesOwnAssignment = 0>> diff --git a/src/uncategorized/pCoupAttempt.tw b/src/uncategorized/pCoupAttempt.tw index 256b03af319ccf2c4df10499ab74184acf320313..14bb3c413c70330ad5f6af0313b71c469d085024 100644 --- a/src/uncategorized/pCoupAttempt.tw +++ b/src/uncategorized/pCoupAttempt.tw @@ -13,7 +13,7 @@ <<else>>/* still pregnant slave */ <<set $traitor.preg = WombMaxPreg($traitor)>> /*most ready fetus is a base*/ <<set $traitor.pregWeek = WombMaxPreg($traitor)>> /*most ready fetus is a base*/ - <</if>> + <</if>> <<run SetBellySize($traitor)>> /*In any case it's useful to do.*/ <<if $traitor.bald != 1>> diff --git a/src/uncategorized/pCoupCollaboration.tw b/src/uncategorized/pCoupCollaboration.tw index 0a6afe6549c835ad898ce2fd80a15c20189c0419..f159edd0d93129aeebca3dc3a2c12e5348c8869f 100644 --- a/src/uncategorized/pCoupCollaboration.tw +++ b/src/uncategorized/pCoupCollaboration.tw @@ -12,7 +12,7 @@ <<else>>/* still pregnant slave */ <<set $traitor.preg = WombMaxPreg($traitor)>> /*most ready fetus is a base*/ <<set $traitor.pregWeek = WombMaxPreg($traitor)>> /*most ready fetus is a base*/ -<</if>> +<</if>> <<run SetBellySize($traitor)>> /*In any case it's useful to do.*/ You are awakened in the middle of the night by an odd darkness. All the normal lights of your healthy arcology are out. Main power has gone out, and you claw your way in the darkness to the video feeds, running on emergency backup. diff --git a/src/uncategorized/pCoupLoss.tw b/src/uncategorized/pCoupLoss.tw index e6ea560ff933dc4066feb38f4d6e8e1f08ddb8ae..b97ca7f9a0714b9a5805f93d4293fdbcb11a044f 100644 --- a/src/uncategorized/pCoupLoss.tw +++ b/src/uncategorized/pCoupLoss.tw @@ -11,7 +11,7 @@ <<else>>/* still pregnant slave */ <<set $traitor.preg = WombMaxPreg($traitor)>> /*most ready fetus is a base*/ <<set $traitor.pregWeek = WombMaxPreg($traitor)>> /*most ready fetus is a base*/ -<</if>> +<</if>> <<run SetBellySize($traitor)>> /*In any case it's useful to do.*/ You are awakened in the middle of the night by a jolt that shakes the entire arcology, accompanied by a distant boom. It is followed by another, and another, and then the wail of the arcology's alarm systems, and then finally by a faint crackle that grows to a constant chatter of gunfire. Main power goes out, and you claw your way in the darkness to the video feeds, running on emergency backup. diff --git a/src/uncategorized/pPeacekeepersIntro.tw b/src/uncategorized/pPeacekeepersIntro.tw index 7af89b0edd0d9e4c7e4cc17a23488799d3de089c..4744510527e37bd234224f63582b9e81401db4a4 100644 --- a/src/uncategorized/pPeacekeepersIntro.tw +++ b/src/uncategorized/pPeacekeepersIntro.tw @@ -22,7 +22,7 @@ The aftermath of the attack on the Free City by forces from the neighboring fail <<else>> hard-fought, but the attackers did most of the dying. Modern weapons are powerful, especially on the defensive, and there's no appetite in that area to repeat the experiment. <</if>> -There are still enough weapons and desperate people there to keep banditry and warlordism going more or less indefinitely, though. +There are still enough weapons and desperate people there to keep banditry and warlordism going more or less indefinitely, though. <br><br> diff --git a/src/uncategorized/pRivalryCapture.tw b/src/uncategorized/pRivalryCapture.tw index 17b902bb167bc60c729fac119ef93b49343cec32..cdfdc4aa37127b396490aa795885340168137620 100644 --- a/src/uncategorized/pRivalryCapture.tw +++ b/src/uncategorized/pRivalryCapture.tw @@ -429,13 +429,13 @@ <<setLocalPronouns $activeSlave>> -Your -<<if passage() == "P rivalry actions">> - target is quickly delivered. Politely dismissing the head of your <<if $mercenariesTitle != "mercenaries">> $mercenariesTitle<<else>> mercenaries<</if>>, you savor +Your +<<if passage() == "P rivalry actions">> + target is quickly delivered. Politely dismissing the head of your <<if $mercenariesTitle != "mercenaries">> $mercenariesTitle<<else>> mercenaries<</if>>, you savor <<else>> - bounty is quickly claimed, and you are treated to + bounty is quickly claimed, and you are treated to <</if>> -the delicious moment of finding your rival on $his knees in front of you with a black bag over $his head and $his hands cuffed behind $him. $He's one of your slaves now, fundamentally no different than any other. Looking $him over, the causes of $his downfall are +the delicious moment of finding your rival on $his knees in front of you with a black bag over $his head and $his hands cuffed behind $him. $He's one of your slaves now, fundamentally no different than any other. Looking $him over, the causes of $his downfall are <<switch _rivalType>> <<case "expansionist shemale">> immediately apparent: $he's obviously been indulging in self-transformation to excess. diff --git a/src/uncategorized/pTraitorMessage.tw b/src/uncategorized/pTraitorMessage.tw index 5127bb2c2188cadbcc96d04de81ec70400cfd561..0783ef9bbbf5b4f16bf4f60cf768a83d39252539 100644 --- a/src/uncategorized/pTraitorMessage.tw +++ b/src/uncategorized/pTraitorMessage.tw @@ -23,7 +23,7 @@ <<else>>/* still pregnant slave */ <<set $traitor.preg = WombMaxPreg($traitor)>> /*most ready fetus is a base*/ <<set $traitor.pregWeek = WombMaxPreg($traitor)>> /*most ready fetus is a base*/ -<</if>> +<</if>> <<run SetBellySize($traitor)>> /*In any case it's useful to do.*/ <<if $traitor.preg > 0>> @@ -32,7 +32,7 @@ <<set _isPreg = 0>> <</if>> -/* ------------------ pregnancy setup end here----------------- +/* ------------------ pregnancy setup end here----------------- As no broodmother cases in code below, it's no need to setup every case of impregnation through new system. Backup mechanic will do it for normal pregnancies. */ diff --git a/src/uncategorized/peConcubineInterview.tw b/src/uncategorized/peConcubineInterview.tw index 79534f6acbcfd030567cea99b660bea71626114a..10679bb2f335b0b645aaeb7f0e2207ab71899109 100644 --- a/src/uncategorized/peConcubineInterview.tw +++ b/src/uncategorized/peConcubineInterview.tw @@ -29,7 +29,7 @@ You receive an official communication from a popular talk show e-hosted in one o The show is broadcast live; you head out onto a balcony to watch it on a big screen. It's been impossible to hide, and many of your citizens have taken a proprietary attitude towards your fame: they see your success as their success, too, and want to see $activeSlave.slaveName do well. The show introduction plays, introducing the host, a swishy, rail-thin gentleman with impeccable sartorial style and a close-cropped salt-and-pepper beard. He reviews who you are, giving equal time to your accomplishments and the inevitable criticisms from old world antislavery activists, and then calls $activeSlave.slaveName out. <br> - $He + $He <<if $activeSlave.bellyPreg >= 1000000>> barely waddles out, arms resting atop $his _belly belly, <<elseif $activeSlave.bellyPreg >= 750000>> diff --git a/src/uncategorized/peHeadgirlConcubine.tw b/src/uncategorized/peHeadgirlConcubine.tw index 521a08b00cafe087623ca8d1020f8c836a7d75ec..cacee3dc82b4ff26aea3166c8e0135785a1c0261 100644 --- a/src/uncategorized/peHeadgirlConcubine.tw +++ b/src/uncategorized/peHeadgirlConcubine.tw @@ -157,7 +157,7 @@ and it's also obvious that they've been filling the few minutes they've been wai <<if canDoAnal($HeadGirl)>> cocks $his hips, pulls one buttock aside, and winks $his asshole in your direction <<else>> - looks you in the eye and gives $his booty a slap + looks you in the eye and gives $his booty a slap <</if>> <<case "boobs">> looks you in the eye and gives $his boobs a little bounce diff --git a/src/uncategorized/personalAttentionSelect.tw b/src/uncategorized/personalAttentionSelect.tw index e0a31fca098cb0981e4d3eb121b8b360f0aeb201..556db0d737a1cfaa14a1f4d5af83755d87f5e87f 100644 --- a/src/uncategorized/personalAttentionSelect.tw +++ b/src/uncategorized/personalAttentionSelect.tw @@ -219,9 +219,9 @@ <br> <<link "Remove $his behavioral flaw">><<set $personalAttention[_i].trainingRegimen = "fix her behavioral flaw">><<replace `"#training"+_i`>><strong>$personalAttention[_i].trainingRegimen</strong><</replace>><</link>> <<if ($activeSlave.devotion < -20)>> - | //$He must be broken before $his flaws can be softened// + | //$He must be broken before $his flaws can be softened// <<else>> - | <<link "Soften $his behavioral flaw">><<set $personalAttention[_i].trainingRegimen = "soften her behavioral flaw">><<replace `"#training"+_i`>><strong>$personalAttention[_i].trainingRegimen</strong><</replace>><</link>> + | <<link "Soften $his behavioral flaw">><<set $personalAttention[_i].trainingRegimen = "soften her behavioral flaw">><<replace `"#training"+_i`>><strong>$personalAttention[_i].trainingRegimen</strong><</replace>><</link>> <</if>> <</if>> @@ -230,12 +230,12 @@ <<link "Remove $his sexual flaw">><<set $personalAttention[_i].trainingRegimen = "fix her sexual flaw">><<replace `"#training"+_i`>><strong>$personalAttention[_i].trainingRegimen</strong><</replace>><</link>> <<if ($activeSlave.devotion < -20)>> <<if ($activeSlave.behavioralFlaw == "none")>> - | //$He must be broken before $his flaws can be softened// + | //$He must be broken before $his flaws can be softened// <</if>> <<elseif ["abusive", "anal addict", "attention whore", "breast growth", "breeder", "cum addict", "malicious", "neglectful", "self hating"].includes($activeSlave.sexualFlaw)>> - | //Paraphilias cannot be softened// + | //Paraphilias cannot be softened// <<else>> - | <<link "Soften $his sexual flaw">><<set $personalAttention[_i].trainingRegimen = "soften her sexual flaw">><<replace `"#training"+_i`>><strong>$personalAttention[_i].trainingRegimen</strong><</replace>><</link>> + | <<link "Soften $his sexual flaw">><<set $personalAttention[_i].trainingRegimen = "soften her sexual flaw">><<replace `"#training"+_i`>><strong>$personalAttention[_i].trainingRegimen</strong><</replace>><</link>> <</if>> <</if>> diff --git a/src/uncategorized/reBrothelFunction.tw b/src/uncategorized/reBrothelFunction.tw index 69b5258015ebedfff9d3ff107130fd4560d7f64e..4c84453c38ff3accf510fab60bb6ffb9ae610d8b 100644 --- a/src/uncategorized/reBrothelFunction.tw +++ b/src/uncategorized/reBrothelFunction.tw @@ -9,7 +9,7 @@ One request comes to you written on a letterhead featuring the logo of a fellow <br><br> Another of these bids for your brothel comes in the form of a curious video call. The video comes from an infamous lothario in your arcology, a seducer of powerful and prominent women citizens. Indeed, the recording was surreptitiously recorded in the bedroom of one such influential woman, with the Casanova describing his request in hushed tones while his wealthy host minces about unknowingly in the background. He explains that he is finally ready to hang up his coat and end his days of debauchery and copious casual sex, but that he would like to do so by engaging in a full day of indulgence at $brothelNameCaps. <br><br> -The last of these requests comes in the form of a letter, stamped with the herald of a prominent arcology family. It seems the eldest son of the family, known to you largely as a spoiled child riding on the coattails of his parents, is about to reach the age of majority. At his behest, his parents have contacted you to reserve your brothel for a day so that their son may become a man in true Free Cities fashion - amongst a roil of writhing flesh and wanton debauchery. +The last of these requests comes in the form of a letter, stamped with the herald of a prominent arcology family. It seems the eldest son of the family, known to you largely as a spoiled child riding on the coattails of his parents, is about to reach the age of majority. At his behest, his parents have contacted you to reserve your brothel for a day so that their son may become a man in true Free Cities fashion - amongst a roil of writhing flesh and wanton debauchery. <br><br> @@ -27,7 +27,7 @@ The last of these requests comes in the form of a letter, stamped with the heral <</link>> //This will earn you <<print cashFormat(10000)>>// <br><<link "Give this lady-killing rake a proper send off into retirement">> <<replace "#result">> - Though a citizen he may be, this serial seducer may have more notches on his proverbial bedpost than even your oldest slaves. Though you are not present to view his mastery of the sexual craft first-hand, the dreamy fucked-out looks of exhaustion and gratified satisfaction painting every single one of your girls' faces at the end of the day speak volumes. Indeed, all of your brothel slaves with any room for improvement in their whoring skills @@.green;learn from his skillful coupling,@@ while even those with nothing to learn from him @@.hotpink;gain confidence@@ from the intensity of their sexual congress. + Though a citizen he may be, this serial seducer may have more notches on his proverbial bedpost than even your oldest slaves. Though you are not present to view his mastery of the sexual craft first-hand, the dreamy fucked-out looks of exhaustion and gratified satisfaction painting every single one of your girls' faces at the end of the day speak volumes. Indeed, all of your brothel slaves with any room for improvement in their whoring skills @@.green;learn from his skillful coupling,@@ while even those with nothing to learn from him @@.hotpink;gain confidence@@ from the intensity of their sexual congress. <<for $i = 0; $i < $slaves.length; $i++>> <<if $slaves[$i].assignment == "work in the brothel">> <<if $slaves[$i].whoreSkill < 100>> diff --git a/src/uncategorized/remFluctuations.tw b/src/uncategorized/remFluctuations.tw index 5e16a2622752935e75c95d30a3ccbee9b025bb40..d319fe9923d6ce472151644ad85b24ccc4ab786b 100644 --- a/src/uncategorized/remFluctuations.tw +++ b/src/uncategorized/remFluctuations.tw @@ -55,7 +55,7 @@ <<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">>She's looking unusually businesslike, wearing an ill-fitted business suit. Her blouse buttons pop off as her belly swells grotesquely, before the object within her begins steadily moving upwards. <<default>>Her symbol spins for attention. <</switch>> - "<<= properTitle()>>, I have a news item that may be of business interest," she + "<<= properTitle()>>, I have a news item that may be of business interest," she <<switch $assistantAppearance>> <<case "monstergirl" "normal">>informs you. <<case "shemale">>says seriously. diff --git a/src/uncategorized/resEndowment.tw b/src/uncategorized/resEndowment.tw index 69511bac14d2ab18fafe83dc7ebe437dcce46770..007a8e23704dbfbff8e620a0421c4db5784facdb 100644 --- a/src/uncategorized/resEndowment.tw +++ b/src/uncategorized/resEndowment.tw @@ -33,7 +33,7 @@ <br><br> "A generous donation," the representative insists, "would help us advance our mission to provide the very finest livestock to persons of quality such as yourself." Getting down to the business advantages, he adds that "donors receive considerable price advantage on available stock," which seems to translate into a discount of around 20% once the sales language is stripped off it. You point out that's bordering on pointlessness to you, given your ability to purchase almost anything you wish; he hesitates, but then admits that "as our foremost investor" you could use an endowment to guide stock policy to an extent. <<else>> - You receive a personal call from an older member of the Futanari Sisters. Like all of the Sisters, she's very beautiful, but you know how to judge age through the most cutting-edge treatments, and you guess she's in her early forties. That makes her one of the most senior Sisters, at the age when mandatory enslavement will happen very soon for her. She doesn't seem preoccupied by the prospect, though the pair of gorgeous young women cooperating to suck off her enormous cock may have something to do with that. + You receive a personal call from an older member of the Futanari Sisters. Like all of the Sisters, she's very beautiful, but you know how to judge age through the most cutting-edge treatments, and you guess she's in her early forties. That makes her one of the most senior Sisters, at the age when mandatory enslavement will happen very soon for her. She doesn't seem preoccupied by the prospect, though the pair of gorgeous young women cooperating to suck off her enormous cock may have something to do with that. <<if $PC.surname>>"<<if $PC.title>>Mr.<<else>>Ms.<</if>> <<print $PC.surname>>,"<<else>>"<<print $PC.name>>,"<</if>> she says forthrightly, <<if ($PC.dick == 1) && ($PC.vagina == 1) && ($PC.boobs == 1)>> @@ -274,13 +274,13 @@ <br> <<link "Propose a dynamic compromise that supports both visions">> <<replace "#result">> - You reconnect the call you had with the first matron, splitting your desktop's display to accommodate both video call windows so that you can address both at once. Then you begin to suggest a compromise that should gratify both parties: + You reconnect the call you had with the first matron, splitting your desktop's display to accommodate both video call windows so that you can address both at once. Then you begin to suggest a compromise that should gratify both parties: <br><br> With their not so feminine voices, conspicuous Adam's Apples, dry barren artificial pussies, and naturally masculine hormonal balances, it is more or less an open secret that futanari 'Sisters' are all biologically, well, men. It is considered poor taste to mention such a thing among polite company, however, as some men who own futas willfully try to ignore this fact or are otherwise are upset to be reminded of it. Your proposed remedy allows both sisters to have their way: With your extensive funding, those current Sisters who were biologically born male (all of them) will be endowed with bigger balls at the second matron's behest. Meanwhile, a new lineup of biologically female Futanari Sisters will be very rapidly inducted, transformed, cultured, trained, and readied for resale, under the expert leadership of the first matron. These new lady-futas will only have erect dicks to complement their natural fertile pussies, feminine hormones, and soft voices; nary a testicle in sight. Slaveowning society on the other hand will enjoy a wider variety of futanari slaves to choose from, opening up exciting new opportunities for owner to sate their personal preferences and perfect their harems. In 15 weeks, the absolute minimum time that all can be feasibly accomplished, everybody wins. Business will continue as usual in the Futanari Sisters until then, with no immediate change in merchandise. <br><br> "Well, you aren't the first one to think of that." the first matron reluctantly states. "You see, there's this outcast group of Sisters who would be perfect for this, it's just... We haven't seen eye to eye for a long time." The second chimes in: "You could talk her into it, she approves of your build far more than mine. Will probably take several months though, to move them all over and integrate all the new Sisters into our fold, and to enjoy the new pussies, of course." After a moment of consideration, the first agrees. You donate the funds to the Sisters with your compliments, ensuring that neither matron completely controls the vast sum. They both understand what they have to do now, starting immediately. <br><br> - Days later, the grateful institution begins a mass marketing campaign all across the world's Free Cities, which includes adverts in FCNN, FCTV, and FC social media about the upcoming changes to their Sister inventory and their need for willing new blood and new specialists to help them bolster their ranks. You feature prominently in each and every promotional item as their foremost contributor. Thanks to this @@.green;you will be a household name in the Free Cities for some time.@@ Such a public flex of your financial muscles has also made your relative power very clear to some in the New World, attracting important players who @@.green;will start to show an interest@@ in doing business with you and your Free City. + Days later, the grateful institution begins a mass marketing campaign all across the world's Free Cities, which includes adverts in FCNN, FCTV, and FC social media about the upcoming changes to their Sister inventory and their need for willing new blood and new specialists to help them bolster their ranks. You feature prominently in each and every promotional item as their foremost contributor. Thanks to this @@.green;you will be a household name in the Free Cities for some time.@@ Such a public flex of your financial muscles has also made your relative power very clear to some in the New World, attracting important players who @@.green;will start to show an interest@@ in doing business with you and your Free City. <<set $TFS.schoolUpgrade = 3>> <<set $cash -= 250000>> <<set $rep += 2000>> diff --git a/src/uncategorized/saDevotion.tw b/src/uncategorized/saDevotion.tw index 740419ecfb8104a616bd524355c73166458fc6e4..db7012e3640185bc122d65de10f5cab43241e5d1 100644 --- a/src/uncategorized/saDevotion.tw +++ b/src/uncategorized/saDevotion.tw @@ -161,10 +161,10 @@ <</if>> <<if ($arcologies[0].FSRestart != "unset")>> <<if $slaves[$i].bellyPreg >= 1500 && $slaves[$i].devotion <= 20>> - Being visibly pregnant in a society that loathes slave breeding fills $him with @@.gold;fear@@ for $himself and $his unborn child. + Being visibly pregnant in a society that loathes slave breeding fills $him with @@.gold;fear@@ for $himself and $his unborn child. <<set $slaves[$i].trust -= 10>> <<elseif $slaves[$i].pregKnown == 1 && $slaves[$i].devotion <= 20>> - Being pregnant in a society that loathes slave breeding fills $him with @@.gold;worry@@ that you'll harm $him or $his unborn child. + Being pregnant in a society that loathes slave breeding fills $him with @@.gold;worry@@ that you'll harm $him or $his unborn child. <<set $slaves[$i].trust -= 5>> <</if>> <</if>> diff --git a/src/uncategorized/saPleaseYou.tw b/src/uncategorized/saPleaseYou.tw index d2707b90b89030f14b89f651bd77b5eb6a18b5b9..c122dc5208b588f1453bb9aec529c5ca7c463396 100644 --- a/src/uncategorized/saPleaseYou.tw +++ b/src/uncategorized/saPleaseYou.tw @@ -114,7 +114,7 @@ serves you this week. <<if $PC.dick == 1>> <<if ($slaves[$i].fetish != "mindbroken")>> <<if $slaves[$i].fetish == "submissive">> - $He frequently climaxes with your <<if $PC.title == 1>>strong<<else>>soft<</if>> hands holding $him and your cock spreading heat through $his core, + $He frequently climaxes with your <<if $PC.title == 1>>strong<<else>>soft<</if>> hands holding $him and your cock spreading heat through $his core, <<if $slaves[$i].fetishKnown == 1>> @@.hotpink;fulfilling $his life's role completely.@@ <<else>> @@ -136,7 +136,7 @@ serves you this week. <<if ($slaves[$i].fetish == "mindbroken")>> $He is completely oblivious to $his @@.lime;increasingly swollen belly@@ and stands no chance of linking it to <<else>> - $He notices $his @@.lime;belly has swollen@@ after + $He notices $his @@.lime;belly has swollen@@ after <</if>> all the vaginal sex $he's had with you. <<set $slaves[$i].bellyImplant += _cervixPump*20>> @@ -169,7 +169,7 @@ serves you this week. <<elseif ($slaves[$i].toyHole == "ass")>> <<if $slaves[$i].fuckdoll == 0>> - $He spends the week + $He spends the week <<if ($slaves[$i].fetish == "mindbroken")>> unaware of your intent to use $his anus. <<elseif ($slaves[$i].trust < -20)>> @@ -197,7 +197,7 @@ serves you this week. <<set $slaves[$i].devotion -= 3, $slaves[$i].trust -= 9>> <<else>> <<set _analUse = random(3,7)>> - on occasion. + on occasion. <<set $slaves[$i].devotion -= 3, $slaves[$i].trust -= 3>> <</if>> $He doesn't react, even if $his body does. @@ -332,7 +332,7 @@ serves you this week. <<set $slaves[$i].devotion -= 3, $slaves[$i].trust -= 9>> <<else>> <<set _oralUse = random(3,7)>> - on occasion. + on occasion. <<set $slaves[$i].devotion -= 3, $slaves[$i].trust -= 3>> <</if>> $He absentmindedly follows your lead. @@ -372,7 +372,7 @@ serves you this week. <<if ($PC.dick == 1)>>get a blowjob<<if $PC.vagina == 1>> and some pussy licking<</if>> from $him<<else>>let $him eat you out<</if>> <<if ($fuckSlaves <= $PC.sexualEnergy/2)>> <<set _oralUse = random(21,40)>> - several times a day; constantly + several times a day; constantly <<set $slaves[$i].devotion += 3, $slaves[$i].trust += 3>> <<elseif ($fuckSlaves <= $PC.sexualEnergy)>> <<set _oralUse = random(7,14)>> @@ -469,7 +469,7 @@ serves you this week. <<set $slaves[$i].devotion -= 3, $slaves[$i].trust -= 9>> <<else>> <<set _mammaryUse = random(3,7)>> - on occasion. + on occasion. <<set $slaves[$i].devotion -= 3, $slaves[$i].trust -= 3>> <</if>> $He absentmindedly follows your lead. @@ -514,7 +514,7 @@ serves you this week. $him on occasion; the threat of <<set $slaves[$i].devotion -= 3, $slaves[$i].trust -= 3>> <</if>> - sexual abuse fills $him with @@.mediumorchid;revulsion@@ and @@.gold;fear.@@ + sexual abuse fills $him with @@.mediumorchid;revulsion@@ and @@.gold;fear.@@ <<elseif ($slaves[$i].devotion <= 20)>> play with $his tits <<if ($fuckSlaves <= $PC.sexualEnergy/2)>> @@ -569,7 +569,7 @@ serves you this week. <<set $slaves[$i].devotion += 2>> <<elseif _fetishChangeChance > random(0,100)>> <<set $slaves[$i].fetishKnown = 1, $slaves[$i].fetishStrength = 10, $slaves[$i].fetish = "boobs">> - $He climaxes to nipple stimulation alone, and starts acting as though + $He climaxes to nipple stimulation alone, and starts acting as though <<if $slaves[$i].clit > 0 && $slaves[$i].nipples != "fuckable">> $he has @@.lightcoral;three pleasure buttons@@ rather than just one. <<elseif $slaves[$i].vagina > -1 && $slaves[$i].nipples == "fuckable">> @@ -608,7 +608,7 @@ serves you this week. /*check*/ <<elseif ($slaves[$i].toyHole == "dick")>> <<if $slaves[$i].fuckdoll > 0>> - All it takes is a simple command to force $his dick to attention. You have the sexual energy to ride $him + All it takes is a simple command to force $his dick to attention. You have the sexual energy to ride $him <<if ($fuckSlaves <= $PC.sexualEnergy/2)>> <<set _penetrativeUse = random(21,40)>> several times a day. diff --git a/src/uncategorized/saRivalries.tw b/src/uncategorized/saRivalries.tw index 186ab373d7757c41e0c5defb06f7d9023026f9b0..11f699aac62abf410473692650ddd494690a58b9 100644 --- a/src/uncategorized/saRivalries.tw +++ b/src/uncategorized/saRivalries.tw @@ -154,14 +154,14 @@ <<if $slaves[$i].fetish == "sadist">> $slaves[$i].slaveName is horny and sadistic, so $he rapes $his rival <<= SlaveFullName($slaves[_j])>> every chance $he gets; this @@.hotpink;thrills@@ $slaves[$i].slaveName, but $slaves[_j].slaveName is @@.golden;frightened@@ that you let it happen. <<set $slaves[$i].need = 0, $slaves[$i].devotion += 3, $slaves[_j].trust -= 3, $slaves[$i].penetrativeCount += 5, $slaves[_j].oralCount += 5>> - <<if $slaves[$i].rivalry < 3>> + <<if $slaves[$i].rivalry < 3>> Of course, this @@.lightsalmon;worsens their rivalry.@@ <<set $slaves[_j].rivalry += 1, $slaves[$i].rivalry += 1, _worsenedRivalry = 1>> <</if>> <<elseif $slaves[$i].fetish == "dom">> $slaves[$i].slaveName is horny and dominant, so $he forces $his rival <<= SlaveFullName($slaves[_j])>> to submit to $him whenever $he can; this @@.hotpink;thoroughly satisfies@@ $slaves[$i].slaveName, but $slaves[_j].slaveName is @@.golden;angered@@ that you let it happen. <<set $slaves[$i].need = 0, $slaves[$i].devotion += 3, $slaves[_j].devotion -= 3, $slaves[$i].penetrativeCount += 5, $slaves[_j].oralCount += 5>> - <<if $slaves[$i].rivalry < 3>> + <<if $slaves[$i].rivalry < 3>> Of course, this @@.lightsalmon;worsens their rivalry.@@ <<set $slaves[_j].rivalry += 1, $slaves[$i].rivalry += 1, _worsenedRivalry = 1>> <</if>> diff --git a/src/uncategorized/saRules.tw b/src/uncategorized/saRules.tw index 4c1ae47a3efaf9da14f2c93480a71fd8cfafb5b2..aa714c907487c55490e6e8c57fce225a6aea6521 100644 --- a/src/uncategorized/saRules.tw +++ b/src/uncategorized/saRules.tw @@ -4509,7 +4509,7 @@ The spare living conditions and daily tasks @@.hotpink;get $him used@@ to the routine of slavery. <<set $slaves[$i].devotion += 1>> <<case "Roman Revivalist">> - $He is + $He is <<set $slaves[$i].devotion += 2, $slaves[$i].trust += 2>> <<default>> The reasonable living conditions allow $him to relax after the days work. diff --git a/src/uncategorized/saServeYourOtherSlaves.tw b/src/uncategorized/saServeYourOtherSlaves.tw index 31c1fff60b596cecd3c5c32104bffc9e05b5fc92..9db2239d4bb7ecb3cc53477596a4007bbbfa9cc2 100644 --- a/src/uncategorized/saServeYourOtherSlaves.tw +++ b/src/uncategorized/saServeYourOtherSlaves.tw @@ -260,7 +260,7 @@ is serving ''$slaves[_dom].slaveName'' this week. <<else>> $slaves[_dom].slaveName finds _himself2 under the weight of $slaves[$i].slaveName's limbless body and <<if $slaves[_dom].boobs >= 300>> - _his2 _domRace tits + _his2 _domRace tits <<else>> _his2 <<print nippleColor($slaves[_dom])>> nipples <</if>> @@ -280,7 +280,7 @@ is serving ''$slaves[_dom].slaveName'' this week. <<else>> $slaves[_dom].slaveName finds _himself2 pushed firmly into _his2 bedsheets and _his2 <<if $slaves[_dom].boobs >= 300>> - _domRace tits + _domRace tits <<else>> <<print nippleColor($slaves[_dom])>> nipples <</if>> @@ -292,7 +292,7 @@ is serving ''$slaves[_dom].slaveName'' this week. <</if>> <<set $slaves[$i].devotion += 1>> <<elseif ($slaves[$i].devotion >= -20) && ($slaves[_dom].fetishKnown == 1) && ($slaves[_dom].fetishStrength > 60) && ($slaves[_dom].fetish == "dom") && canWalk($slaves[_dom])>> - $slaves[_dom].slaveName loves to dominate, and the first indication $slaves[$i].slaveName gets of what $he's in for this week is when $slaves[_dom].slaveName ambushes $him in the dormitory, tackles $him from behind, and + $slaves[_dom].slaveName loves to dominate, and the first indication $slaves[$i].slaveName gets of what $he's in for this week is when $slaves[_dom].slaveName ambushes $him in the dormitory, tackles $him from behind, and <<if $slaves[$i].amp == 1>> bursts out <<if canTalk($slaves[_dom])>>laughing<<else>>in silent laughter<</if>> at $his inability to right $himself without limbs. <<else>> diff --git a/src/uncategorized/saWhore.tw b/src/uncategorized/saWhore.tw index e8986453004b49e010caa8e758edbaf68e184e58..6cf783e22a2fe07adb16e34bbec4791de287dfa4 100644 --- a/src/uncategorized/saWhore.tw +++ b/src/uncategorized/saWhore.tw @@ -218,7 +218,7 @@ _beautyCorrection = 0>> $FResult = Math.trunc(_beautyCorrection * $FResult)>> <</if>> -$His appearance attracted $beauty customers (<<print Math.trunc($beauty/7)>> a day)<<if $beauty > 160>>, so many that <<if canDoVaginal($slaves[$i]) && canDoAnal($slaves[$i])>>each of $his holes was<<elseif canDoVaginal($slaves[$i]) || canDoAnal($slaves[$i])>>each of $his available holes was<<else>>$his mouth and anywhere else a cock could fit was<</if>> often filled by more than one cock<<elseif $beauty > 140>>, so many that $he spent much of $his time getting gangbanged<<elseif $beauty > 120>>, so many that customers often <<if canDoAnal($slaves[$i]) || canDoVaginal($slaves[$i])>>spitroasted<<else>>double-teamed<</if>> the slut<<elseif $beauty > 100>>, so many that $he frequently had sex with multiple customers at once<<elseif $beauty > 70>>, so many that $he occasionally had sex with multiple customers at once<</if>>. They paid <<print cashFormat($FResult)>> on average<<if _beautyCorrection > 1>>, including a premium for being in extremely high demand<</if>>. +$His appearance attracted $beauty customers (<<print Math.trunc($beauty/7)>> a day)<<if $beauty > 160>>, so many that <<if canDoVaginal($slaves[$i]) && canDoAnal($slaves[$i])>>each of $his holes was<<elseif canDoVaginal($slaves[$i]) || canDoAnal($slaves[$i])>>each of $his available holes was<<else>>$his mouth and anywhere else a cock could fit was<</if>> often filled by more than one cock<<elseif $beauty > 140>>, so many that $he spent much of $his time getting gangbanged<<elseif $beauty > 120>>, so many that customers often <<if canDoAnal($slaves[$i]) || canDoVaginal($slaves[$i])>>spitroasted<<else>>double-teamed<</if>> the slut<<elseif $beauty > 100>>, so many that $he frequently had sex with multiple customers at once<<elseif $beauty > 70>>, so many that $he occasionally had sex with multiple customers at once<</if>>. They paid <<print cashFormat($FResult)>> on average<<if _beautyCorrection > 1>>, including a premium for being in extremely high demand<</if>>. <<set _incomeStats.customers = $beauty>> <<if $seeAge == 1>> diff --git a/src/uncategorized/saWorkAGloryHole.tw b/src/uncategorized/saWorkAGloryHole.tw index 6a84bf488acc64b39661bc3ee4fc53c5c6ce2382..b607de2e6997ec8855349eb1d61da94718cf657c 100644 --- a/src/uncategorized/saWorkAGloryHole.tw +++ b/src/uncategorized/saWorkAGloryHole.tw @@ -152,7 +152,7 @@ $His feelings, skills, and appearance do not matter. $He is condemned to a world <<case "Chinese Revivalist">> <<set $arcologies[0].FSChineseRevivalist += _seed>> <<case "Repopulation Focus">> - <<set $arcologies[0].FSRepopulationFocus += _seed>> + <<set $arcologies[0].FSRepopulationFocus += _seed>> <<case "Eugenics">> <<set $arcologies[0].FSRestart += _seed>> <<case "Chattel Religionist">> diff --git a/src/uncategorized/salon.tw b/src/uncategorized/salon.tw index 0343685a4a307b5f47d19ab9f6556000d2106d8f..f1acaab3be4fa5ce477b72d2890d3f37d28c6259 100644 --- a/src/uncategorized/salon.tw +++ b/src/uncategorized/salon.tw @@ -297,7 +297,7 @@ | [[In a ponytail|Salon][$activeSlave.hStyle = "ponytail",$cash -= $modCost]] | [[In tails|Salon][$activeSlave.hStyle = "tails",$cash -= $modCost]] | [[Luxurious|Salon][$activeSlave.hStyle = "luxurious",$cash -= $modCost]] - | [[Messy|Salon][$activeSlave.hStyle = "messy",$cash -= $modCost]] + | [[Messy|Salon][$activeSlave.hStyle = "messy",$cash -= $modCost]] | [[Neat|Salon][$activeSlave.hStyle = "neat",$cash -= $modCost]] | [[Permed|Salon][$activeSlave.hStyle = "permed",$cash -= $modCost]] | [[Shaved sides|Salon][$activeSlave.hStyle = "strip",$cash -= $modCost]] @@ -455,7 +455,7 @@ | [[In a ponytail|Salon][$activeSlave.hStyle = "ponytail",$cash -= $modCost]] | [[In tails|Salon][$activeSlave.hStyle = "tails",$cash -= $modCost]] | [[Luxurious|Salon][$activeSlave.hStyle = "luxurious",$cash -= $modCost]] - | [[Messy|Salon][$activeSlave.hStyle = "messy",$cash -= $modCost]] + | [[Messy|Salon][$activeSlave.hStyle = "messy",$cash -= $modCost]] | [[Neat|Salon][$activeSlave.hStyle = "neat",$cash -= $modCost]] | [[Permed|Salon][$activeSlave.hStyle = "permed",$cash -= $modCost]] | [[Shaved sides|Salon][$activeSlave.hStyle = "strip",$cash -= $modCost]] diff --git a/src/uncategorized/seBirth.tw b/src/uncategorized/seBirth.tw index 19f03ca9abcdba9a4fa8c12b7e2439e6b2d9be39..eda708096e7e402e9488514e9f0f0ff04fbc20b6 100644 --- a/src/uncategorized/seBirth.tw +++ b/src/uncategorized/seBirth.tw @@ -8,7 +8,7 @@ Refactoring this passage. Main idea for structure: 3. Make calculation of birth process. All live babies will be added to slave property .curBabies as array. They will be in it as long as slave not give next birth. Enough time for any processing. 4. Showing scene of birth based on calculation (broodmother and normal is merged in one scene, just with variations). 5. Dealing with babies - they are in separate array, no need to mess with mother .pregType or .preg now. -6. Setting up postpartum +6. Setting up postpartum 7. Dealing with mother critical states. I need to break single passage to several widgets, as it's been overcomplicated monster with too many nested if's - true horror for me. :) At least for testing and bugfixing time, later it can be merged back, if needed for processing speed up. diff --git a/src/uncategorized/seNicaeaCouncil.tw b/src/uncategorized/seNicaeaCouncil.tw index 6d974a3e78a8da4215233685115bdc96b8388c2d..5fc4ea96d821834db75d0ac6a6c95f7ae09130e5 100644 --- a/src/uncategorized/seNicaeaCouncil.tw +++ b/src/uncategorized/seNicaeaCouncil.tw @@ -9,7 +9,7 @@ <<set $arcologies[0].FSChattelReligionistCreed = 1>> The $nicaeaName is held in another arcology, without your involvement. Your abstention has weakened it. It authored a creed which the Council claims all good Chattel Religionists should subscribe. Most of it is uncontroversial, giving beliefs about slavery and faith that virtually all Chattel Religionists agree on. However, the new creed does purport to settle three major points of contention. <br><br> -First, it emphasizes +First, it emphasizes <<if $nicaeaFocus == "slaves">> slaves throughout. The creed goes so far as to imply that slaveowners have a duty to slaves, which they fulfill by providing them the opportunity to enjoy the holy and pure state of being a sex slave. <<else>> diff --git a/src/uncategorized/seRaiding.tw b/src/uncategorized/seRaiding.tw index 6a2febbb957ab1fc6912aeef9cdcda96ac1b11f5..283ac96b0046b59cd473a7ded492f5b85cbe8509 100644 --- a/src/uncategorized/seRaiding.tw +++ b/src/uncategorized/seRaiding.tw @@ -6,7 +6,7 @@ The leader of your $mercenariesTitle has contacted you from the world outside yo <<if $SF.Toggle && $SF.Active >= 1 && (($SF.Squad.Satellite.lv >= 1 && $SF.Squad.Satellite.InOrbit > 0) || $SF.Squad.SpacePlane >= 1)>> By having access to the use of $SF.Lower's <<if $SF.Squad.Satellite.lv >= 1 && $SF.Squad.Satellite.InOrbit > 0>> - satellite + satellite <</if>> <<if $SF.Squad.SpacePlane >= 1>> space plane diff --git a/src/uncategorized/slaveAssignmentsReport.tw b/src/uncategorized/slaveAssignmentsReport.tw index 80683b88d23fff967a2cc7267319a4ea1ee80d82..cd371dfe7721cc1e10987f84275eb5a76a689b11 100644 --- a/src/uncategorized/slaveAssignmentsReport.tw +++ b/src/uncategorized/slaveAssignmentsReport.tw @@ -550,18 +550,18 @@ * @author 000-250-006 * * @param array _facListArr $args - * Multidimensional temporary array - * 0: The passage name for the facility's report - * 1: The facility name capitalized (@see todo) - * 2: max number of slaves allowed in facility - > 0 implies open - * 3: number of slaves assigned to facility - * 4: ID of the slave assigned to run the facility ("Boss") - * 5: Text title of the Boss + * Multidimensional temporary array + * 0: The passage name for the facility's report + * 1: The facility name capitalized (@see todo) + * 2: max number of slaves allowed in facility - > 0 implies open + * 3: number of slaves assigned to facility + * 4: ID of the slave assigned to run the facility ("Boss") + * 5: Text title of the Boss * * @todo This is a proof of concept construct, if it works and cuts overhead, intended to create an object - * for deeper use in multiple locations, including streamlining reports/facilities code to one widget + * for deeper use in multiple locations, including streamlining reports/facilities code to one widget * @todo Figure out if this would be better as an object rather than an array for overhead - * StoryInit also? + * StoryInit also? * @todo Figure out why we're not using ndef/-1 for a bunch of these story variables. Leaky conditionals * @todo Figure out why we're using variable space with capitalized facility names when we can parse it from true name */ diff --git a/src/uncategorized/slaveSummary.tw b/src/uncategorized/slaveSummary.tw index 3ccb21eba0af4fcdc76bd63e93a1d609486ba367..d5e67c67e7256a1979f9756e16266ee1dd85ea48 100644 --- a/src/uncategorized/slaveSummary.tw +++ b/src/uncategorized/slaveSummary.tw @@ -8,72 +8,72 @@ "Recruiter Select": s => (s.assignmentVisible == 1 && s.fuckdoll == 0 && s.devotion > 50 && s.assignment != "recruit girls" && canWalk(s) && canSee(s) && canTalk(s)), "HG Select": s => (s.assignmentVisible == 1 && s.fuckdoll == 0 && s.devotion > 50 && s.assignment != "be your Head Girl" && canWalk(s) && canHear(s) && canSee(s) && canTalk(s)), "Head Girl Suite": s => (s.assignmentVisible == 1 && s.fuckdoll <= 0 && ( - ($Flag == 0 && s.assignment != "be your Head Girl" && s.indentureRestrictions <= 0 && (s.breedingMark != 1 || $propOutcome == 0)) + ($Flag == 0 && s.assignment != "be your Head Girl" && s.indentureRestrictions <= 0 && (s.breedingMark != 1 || $propOutcome == 0)) || ($Flag != 0 && s.assignment == "live with your Head Girl"))), "Subordinate Targeting": s => (s.devotion >= -20 && s.fuckdoll == 0 && $activeSlave.ID != s.ID && ($activeSlave.amp != 1 || s.amp != 1)), "Spa": s => (s.assignmentVisible == 1 && s.fuckdoll <= 0 && ( - ($Flag == 0 && s.assignment != "rest in the spa") + ($Flag == 0 && s.assignment != "rest in the spa") || ($Flag == 1 && s.assignment == "rest in the spa") || ($Flag != 0 && $Flag != 1 && s.ID == $Attendant.ID))), "Attendant Select": s => (s.assignmentVisible == 1 && s.fuckdoll == 0 && s.devotion > 50 && canWalk(s) && canHear(s)), "Nursery": s => (s.assignmentVisible == 1 && s.fuckdoll <= 0 && (s.devotion > 20 || s.trust > 20) && ( - ($Flag == 0 && s.assignment != "work as a nanny") + ($Flag == 0 && s.assignment != "work as a nanny") || ($Flag == 1 && s.assignment == "work as a nanny") || ($Flag != 0 && $Flag != 1 && s.ID == $Matron.ID))), "Matron Select": s => (s.assignmentVisible == 1 && s.fuckdoll == 0 && s.devotion > 50 && canWalk(s) && canHear(s)), "Brothel": s => (s.assignmentVisible == 1 && s.fuckdoll <= 0 && ( - ($Flag == 0 && s.assignment != "work in the brothel") + ($Flag == 0 && s.assignment != "work in the brothel") || ($Flag == 1 && s.assignment == "work in the brothel") || ($Flag != 0 && $Flag != 1 && s.ID == $Madam.ID))), "Madam Select": s => (s.assignmentVisible == 1 && s.fuckdoll == 0 && s.devotion > 50 && s.intelligence+s.intelligenceImplant >= -50 && canWalk(s) && canSee(s) && canHear(s) && (s.breedingMark != 1 || $propOutcome == 0)), "Club": s => (s.assignmentVisible == 1 && s.fuckdoll <= 0 && ( - ($Flag == 0 && s.assignment != "serve in the club") + ($Flag == 0 && s.assignment != "serve in the club") || ($Flag == 1 && s.assignment == "serve in the club") || ($Flag != 0 && $Flag != 1 && s.ID == $DJ.ID))), "DJ Select": s => (s.assignmentVisible == 1 && s.fuckdoll == 0 && s.devotion > 50 && s.intelligence+s.intelligenceImplant >= -50 && canTalk(s) && canHear(s) && canWalk(s) && (s.breedingMark != 1 || $propOutcome == 0)), "Clinic": s => (s.assignmentVisible == 1 && s.fuckdoll <= 0 && ( - ($Flag == 0 && s.assignment != "get treatment in the clinic") + ($Flag == 0 && s.assignment != "get treatment in the clinic") || ($Flag == 1 && s.assignment == "get treatment in the clinic") || ($Flag != 0 && $Flag != 1 && s.ID == $Nurse.ID))), "Nurse Select": s => (s.assignmentVisible == 1 && s.fuckdoll == 0 && s.devotion > 50 && canWalk(s) && canSee(s)), "Schoolroom": s => (s.assignmentVisible == 1 && s.fuckdoll <= 0 && ( - ($Flag == 0 && s.fetish != "mindbroken" && s.assignment != "learn in the schoolroom") + ($Flag == 0 && s.fetish != "mindbroken" && s.assignment != "learn in the schoolroom") || ($Flag == 1 && s.assignment == "learn in the schoolroom") || ($Flag != 0 && $Flag != 1 && s.ID == $Schoolteacher.ID))), "Schoolteacher Select": s => (s.assignmentVisible == 1 && s.fuckdoll == 0 && s.devotion > 50 && canTalk(s) && canHear(s) && canSee(s)), "Dairy": s => (s.assignmentVisible == 1 && s.fuckdoll <= 0 && ( - ($Flag == 0 && s.assignment != "work in the dairy") + ($Flag == 0 && s.assignment != "work in the dairy") || ($Flag == 1 && s.assignment == "work in the dairy") || ($Flag != 0 && $Flag != 1 && s.ID == $Milkmaid.ID))), "Milkmaid Select": s => (s.assignmentVisible == 1 && s.fuckdoll == 0 && s.devotion > 20 && canWalk(s) && canSee(s) && canHear(s)), "Farmyard": s => (s.assignmentVisible == 1 && s.fuckdoll <= 0 && canWalk(s) && ( - ($Flag == 0 && s.assignment != "work as a farmhand") + ($Flag == 0 && s.assignment != "work as a farmhand") || ($Flag == 1 && s.assignment == "work as a farmhand") || ($Flag != 0 && $Flag != 1 && s.ID == $Farmer.ID))), "Farmer Select": s => (s.assignmentVisible == 1 && s.fuckdoll == 0 && s.devotion > 50 && canWalk(s) && canSee(s) && canHear(s)), "Servants' Quarters": s => (s.assignmentVisible == 1 && s.fuckdoll <= 0 && ( - ($Flag == 0 && s.assignment != "work as a servant") + ($Flag == 0 && s.assignment != "work as a servant") || ($Flag == 1 && s.assignment == "work as a servant") || ($Flag != 0 && $Flag != 1 && s.ID == $Stewardess.ID))), "Stewardess Select": s => (s.assignmentVisible == 1 && s.fuckdoll == 0 && s.devotion > 50 && s.intelligence+s.intelligenceImplant >= -50 && canWalk(s) && canSee(s) && canHear(s)), "Master Suite": s => (s.assignmentVisible == 1 && s.fuckdoll <= 0 && ( - ($Flag == 0 && s.assignment != "serve in the master suite") + ($Flag == 0 && s.assignment != "serve in the master suite") || ($Flag == 1 && s.assignment == "serve in the master suite") || ($Flag != 0 && $Flag != 1 && s.ID == $Concubine.ID))), "Concubine Select": s => (s.assignmentVisible == 1 && s.fuckdoll == 0 && s.devotion > 50 && s.amp != 1), "Cellblock": s => (s.assignmentVisible == 1 && s.fuckdoll <= 0 && s.fetish != "mindbroken" && ( - ($Flag == 0 && s.assignment != "be confined in the cellblock") + ($Flag == 0 && s.assignment != "be confined in the cellblock") || ($Flag == 1 && s.assignment == "be confined in the cellblock") || ($Flag != 0 && $Flag != 1 && s.ID == $Wardeness.ID))), "Wardeness Select": s => (s.assignmentVisible == 1 && s.fuckdoll == 0 && s.devotion > 50 && canWalk(s) && canSee(s) && canHear(s)), "Arcade": s => (s.assignmentVisible == 1 && ($arcade >= $arcadeSlaves || $arcadeUpgradeFuckdolls == 1) && ( - ($Flag == 0 && s.assignment != "be confined in the arcade") + ($Flag == 0 && s.assignment != "be confined in the arcade") || ($Flag != 0 && s.assignment == "be confined in the arcade"))), "Pit": s => (s.assignmentVisible == 1 && s.fuckdoll == 0 && ( - ($Flag == 0 && !$fighterIDs.includes(s.ID) && canWalk(s) && (s.assignment != "guard you") && (s.assignment != "work in the dairy" || $dairyRestraintsSetting < 2)) + ($Flag == 0 && !$fighterIDs.includes(s.ID) && canWalk(s) && (s.assignment != "guard you") && (s.assignment != "work in the dairy" || $dairyRestraintsSetting < 2)) || ($Flag != 0 && $fighterIDs.includes(s.ID)))), "Coursing Association": s => (s.assignmentVisible == 1 && s.fuckdoll == 0 && ( - ($Flag == 0 && canWalk(s) && $Lurcher.ID != s.ID) + ($Flag == 0 && canWalk(s) && $Lurcher.ID != s.ID) || ($Flag != 0 && $Lurcher.ID == s.ID))), "New Game Plus": s => (($Flag == 0 && s.assignment != "be imported") || ($Flag != 0 && s.assignment == "be imported")), "Rules Slave Select": s => (($Flag == 0 && !ruleSlaveSelected(s, $currentRule)) || ($Flag != 0 && ruleSlaveSelected(s, $currentRule))), @@ -94,24 +94,24 @@ <<if $useSlaveListInPageJSNavigation == 1>> <<set _Count = _indexSlavesIdxs.length>> /* Useful for finding weird combinations -- usages of this passage that don't yet generate the quick index. - * <<print 'pass/count/indexed/flag::[' + _Pass + '/' + _Count + '/' + _indexed + '/' + $Flag + ']'>> + * <<print 'pass/count/indexed/flag::[' + _Pass + '/' + _Count + '/' + _indexed + '/' + $Flag + ']'>> */ <<if ((_Count > 1) && (_indexed == 0) && (((_Pass == 'Main') && (ndef $Flag) && (($useSlaveSummaryTabs == 0) || ($slaveAssignmentTab == "all"))) || ($Flag == 1)))>> <<set _indexed = 1, _counter = 0, _buttons = [], _offset = -50>> <<if (/Select/i.test(_Pass))>> - <<set _offset = -25>> + <<set _offset = -25>> <</if>> <br /> <<set _tableCount = _tableCount || 0>> <<set _tableCount++>> /* - * we want <button data-quick-index="<<= _tableCount>>"> ... - */ + * we want <button data-quick-index="<<= _tableCount>>"> ... + */ <<set _buttonAttributes = { 'data-quick-index': _tableCount }>> <<htag _buttonAttributes 'button'>>Quick Index<</htag>> /* - * we want <div id="list_index3" class=" hidden">... - */ + * we want <div id="list_index3" class=" hidden">... + */ <<set _divAttributes = { id: 'list_index' + _tableCount, class: 'hidden'}>> <<htag _divAttributes>> <<for !_.isUndefined(_ssii = _indexSlavesIdxs.shift())>> @@ -765,7 +765,7 @@ will <<elseif (((_Slave.indentureRestrictions > 0) && ($dairyRestraintsSetting > 1)) || ((_Slave.indentureRestrictions > 1) && ($dairyRestraintsSetting > 0)) || (_Slave.breedingMark == 1 && $propOutcome == 1 && $dairyRestraintsSetting > 0) || (($dairyPregSetting > 0) && ((_Slave.bellyImplant != -1) || (_Slave.broodmother > 0))))>> Dairy <<elseif ((_Slave.lactation > 0) || (_Slave.balls > 0)) || (($dairyFeedersUpgrade == 1) && ($dairyFeedersSetting > 0) && ($dairySlimMaintainUpgrade == 0))>> - [[Dairy|Assign][$assignTo = "Dairy", $i = _ssi]] /* $i = -1 tells Assign to use _Slave as-is */ + [[Dairy|Assign][$assignTo = "Dairy", $i = _ssi]] /* $i = -1 tells Assign to use _Slave as-is */ <<else>>Dairy<</if>> <<if _numFacilities-- > 1>>|<</if>> <</if>> diff --git a/src/uncategorized/spa.tw b/src/uncategorized/spa.tw index 3e309654a8f032a509f021da8a8dee9cfd3bf5a5..721c6fdad57b374552dd787c38cde6fc16a35c52 100644 --- a/src/uncategorized/spa.tw +++ b/src/uncategorized/spa.tw @@ -140,7 +140,7 @@ $spaNameCaps <</if>> <<if $spaSlaves > 0>> - | <<link "''Prise a slave out of $spaName''">> + | <<link "''Prise a slave out of $spaName''">> <<replace #ComingGoing>> <<spaAssignmentFilter>> <<set $Flag = 1>> diff --git a/src/utility/descriptionWidgets.tw b/src/utility/descriptionWidgets.tw index 11dd3d0419c8886f90e6a0140dacb4dfa3ac900d..3afa05280e2c8e98b7316d1b38dcab460792c93b 100644 --- a/src/utility/descriptionWidgets.tw +++ b/src/utility/descriptionWidgets.tw @@ -273,7 +273,7 @@ fertility. <</if>> <<elseif $activeSlave.geneticQuirks.fertility == 2>> - $He is naturally + $He is naturally <<if $activeSlave.ovaries == 1 || $activeSlave.mpreg == 1>> fertile and prone to having twins. <<else>> diff --git a/src/utility/extendedFamilyWidgets.tw b/src/utility/extendedFamilyWidgets.tw index 50458f06585562dc14ff44069ecf858a804471a0..03811128432841ebdc898c395b7e9c5d94b5bb54 100644 --- a/src/utility/extendedFamilyWidgets.tw +++ b/src/utility/extendedFamilyWidgets.tw @@ -704,7 +704,7 @@ <<if $activeSlave.cloneID == -1>> your clone. <<else>> - a clone of $activeSlave.clone. + a clone of $activeSlave.clone. <</if>> <</if>> @@ -881,7 +881,7 @@ <<if $activeSlave.cloneID == -1>> yourself. <<else>> - $PC.clone. + $PC.clone. <</if>> <</if>> */ diff --git a/src/utility/saRulesWidgets.tw b/src/utility/saRulesWidgets.tw index 047707e8a0a16fbd5ff0c2037b09c54e1f161b5a..38b5e07c4fc0ffb3d89d249e3e719f023071edcb 100644 --- a/src/utility/saRulesWidgets.tw +++ b/src/utility/saRulesWidgets.tw @@ -221,7 +221,7 @@ and <</if>> <</if>> <</if>> /* close overactive balls block */ - <<if $slaves[$i].drugs == "super fertility drugs" && canImpreg($slaves[$i], $PC)>> + <<if $slaves[$i].drugs == "super fertility drugs" && canImpreg($slaves[$i], $PC)>> <<if ($slaves[$i].devotion > 20) || ($slaves[$i].trust < -20)>> $His reproductive system is in overdrive leading $him to come to you for insemination several times a day; $he @@.mediumaquamarine;desperately hopes@@ for the day your seed takes root in $his womb. <<set $slaves[$i].trust += 1>>