diff --git a/src/pregmod/csec.tw b/src/pregmod/csec.tw index c6cafc7c16b70211fc66f3d7b0a766bffa8a3a08..6bdf9956b96c59cd7f4e0d98112539e02d435c36 100644 --- a/src/pregmod/csec.tw +++ b/src/pregmod/csec.tw @@ -1,6 +1,6 @@ :: csec [nobr] -<<set $nextButton = " ", $nextLink = "Slave Interact">> +<<set $nextButton = "Back", $nextLink = "Slave Interact">> <<ClearSummaryCache $activeSlave>> @@ -245,7 +245,7 @@ Performing a cesarean section is trivial for the remote surgery to carry out. $a <<if $activeSlave.fetish == "pregnancy">> She's a little disappointed she didn't get to give birth, but can't wait to get pregnant again. <<elseif ($activeSlave.devotion > 50)>> - @@.hotpink;pleased by this stark development@@, since she is so attentive to your will. She also expects she'll be able to fuck better now. + She is @@.hotpink;pleased by this stark development@@, since she is so attentive to your will. She also expects she'll be able to fuck better now. <<set $activeSlave.devotion += 4>> <<elseif ($activeSlave.devotion > 20)>> She is broken enough to accept your control of her pregnancies. diff --git a/src/pregmod/editGenetics.tw b/src/pregmod/editGenetics.tw index 720f5113798b8750e760476a73c02d5cbcba325c..9d2575d5fdb7f607aab4f6813c7ddba59eb177db 100644 --- a/src/pregmod/editGenetics.tw +++ b/src/pregmod/editGenetics.tw @@ -2,7 +2,7 @@ <html> <script type="text/x-template" id="birthFullNameTmpl"> - <% if(State.variables.surnameOrder != 1) { + <% if(SugarCube.State.variables.surnameOrder != 1) { %><% if(["Cambodian", "Chinese", "Hungarian", "Japanese", "Korean", "Mongolian", "Taiwanese", "Vietnamese"].includes(s.nationality)) { %><% if(s.birthSurname || s.surname) { %><%- s.birthSurname || s.surname%> <% } %><b><u><%- s.birthName || s.name %></u></b><% } else { @@ -13,7 +13,7 @@ } %> </script> <script type="text/x-template" id="currentFullNameTmpl"> - <% if(State.variables.surnameOrder != 1) { + <% if(SugarCube.State.variables.surnameOrder != 1) { %><% if(["Cambodian", "Chinese", "Hungarian", "Japanese", "Korean", "Mongolian", "Taiwanese", "Vietnamese"].includes(s.nationality)) { %><% if(s.slaveSurname) { %><%- s.slaveSurname %> <% } %><b><u><%- s.slaveName %></u></b><% } else { @@ -133,7 +133,7 @@ }[String(karyotype).toUpperCase()] || 'unknown/not viable'; }; tmpl.ageDesc = function(slave) { - var age = slave.actualAge + (slave.birthWeek + State.variables.week - slave.weekAcquired) / 52.0; + var age = slave.actualAge + (slave.birthWeek + SugarCube.State.variables.week - slave.weekAcquired) / 52.0; var years = Math.floor(age); var months = Math.floor((age - years) * 12); return (years > 0 ? years + 'y ' + months + 'm' : months + 'm'); @@ -200,9 +200,9 @@ if(id === 0) { return '<i>unknown</i>'; } if(id === -1) { /* The PC */ - return tmpl.birthFullName(State.variables.PC) + ' (PC)'; + return tmpl.birthFullName(SugarCube.State.variables.PC) + ' (PC)'; } else { - var parent = State.variables.genePool.find(function(s) { return s.ID === id; }); + var parent = SugarCube.State.variables.genePool.find(function(s) { return s.ID === id; }); return (parent ? tmpl.birthFullName(parent) : '<i>missing</i>') + ' (' + id + ')'; } }; @@ -229,7 +229,7 @@ table.slave-genetic-details td.editor select:hover { border: 1px solid #8cf; tra <<script>> jQuery(function() { var slaveList = jQuery('#slaveList'); - _(State.variables.genePool).sortBy(['birthName', 'birthSurname']).forEach(function(s) { + _(SugarCube.State.variables.genePool).sortBy(['birthName', 'birthSurname']).forEach(function(s) { slaveList.append(tmpl.nameButton(s)); }); jQuery(document).off('.edit-genetics'); @@ -264,7 +264,7 @@ table.slave-genetic-details td.editor select:hover { border: 1px solid #8cf; tra el.on('click', function() { jQuery('button.selectedslave').removeClass('selectedslave'); el.addClass('selectedslave'); - var slave = State.variables.genePool.find(function(s) { return s.ID === id; }); + var slave = SugarCube.State.variables.genePool.find(function(s) { return s.ID === id; }); geneDetails.html(tmpl.geneDetails(slave)); var numberEditorOpen = function() { diff --git a/src/pregmod/widgets/playerDescriptionWidgets.tw b/src/pregmod/widgets/playerDescriptionWidgets.tw index 49f82d927adc8148f3764ebb31f2be68172ae52b..07ded600757b5bbb964831fd1326fcfe144703b0 100644 --- a/src/pregmod/widgets/playerDescriptionWidgets.tw +++ b/src/pregmod/widgets/playerDescriptionWidgets.tw @@ -248,7 +248,7 @@ <<elseif $PC.belly >= 30000>> Whenever you have the chance, you prefer to stay naked instead of stretching out your clothing with your @@.orange;giant pregnant belly.@@ <<elseif $PC.belly >= 14000>> - Your @@.orange;so gravid@@ you have trouble seeing the entirety of your huge belly. + You're @@.orange;so gravid@@ you have trouble seeing the entirety of your huge belly. <<elseif $PC.belly >= 12000>> You can barely wrap your arms around your @@.orange;huge pregnant belly,@@ and when you do, your popped navel reminds you of the bun<<if $PC.pregType > 0>>s<</if>> in your oven. <<elseif $PC.belly >= 10000>> diff --git a/src/pregmod/widgets/pregmodBirthWidgets.tw b/src/pregmod/widgets/pregmodBirthWidgets.tw index 89021ad07e410897ceba310a7b07ee407ec975d5..8a2ae648b6cc75b3a506b7b67d6c91e8246dd3da 100644 --- a/src/pregmod/widgets/pregmodBirthWidgets.tw +++ b/src/pregmod/widgets/pregmodBirthWidgets.tw @@ -784,7 +784,7 @@ <</if>> <<else>> <<if (random(1,20) > $suddenBirth)>> - She wanders the penthouse until she finds you. You beckon her over and strip her as she dutifully begins to push out <<if $slaves[$i].birthsTotal == 0>>her first<<else>>this week's<</if>> baby, enjoying your wandering hands and attention. Her child is promptly taken and, following a cleaning, a fresh change of clothes, and some private time with you, she returns to your master suite. As waddles from your office, she throws you a wink, hoping to see you again soon. + She wanders the penthouse until she finds you. You beckon her over and strip her as she dutifully begins to push out <<if $slaves[$i].birthsTotal == 0>>her first<<else>>this week's<</if>> baby, enjoying your wandering hands and attention. Her child is promptly taken and, following a cleaning, a fresh change of clothes, and some private time with you, she returns to your master suite. As she waddles from your office, she throws you a wink, hoping to see you again soon. <<else>> $slaves[$i].slaveName cradles her gravid belly, waiting for your return, when her water breaks. Saddened that you aren't there for the show, she begins waddling off to find you. By the time she reaches your office, she is barely holding back her child<<if $slaves[$i].pregType > 1>>ren<</if>>. You rise to meet her and help her onto the couch, just before it's too late. <<ClothingBirth>> diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw index ed811db0a9216c261e1df9781f74014f3839753c..3d80ecaf6d64567628a51110c1606a2379125fef 100644 --- a/src/uncategorized/RESS.tw +++ b/src/uncategorized/RESS.tw @@ -174,11 +174,11 @@ Your slaves are required to take very good care of themselves, and your best gir moaning at the pleasurable feeling of a good stretch. She sets the lotion bottle on the ground next to her, dispenses a little, and carefully rubs it into the tops of her feet. When she reaches her ankles, still bent almost double, she <<if canSee($activeSlave)>>catches sight of you watching her from between her legs<<else>>picks up the sound of your breathing<</if>>. She smiles at you and keeps working. <br><br> She shifts her -<<if $activeSlave.butt > 12>> +<<if $activeSlave.hips > 2>> broodmother -<<elseif $activeSlave.butt > 5>> +<<elseif $activeSlave.hips > 1>> broad -<<elseif $activeSlave.butt > 2>> +<<elseif $activeSlave.hips >= 0>> curvy <<else>> trim diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw index 7adb4334e7be16d6579f588ac5a6c8a38011d410..bf4ad1b90499523f32839980ba50a3f6f6e878d5 100644 --- a/src/uncategorized/saLongTermEffects.tw +++ b/src/uncategorized/saLongTermEffects.tw @@ -3180,7 +3180,7 @@ <<set $slaves[$i].devotion -= 4>> <</if>> <<else>> - Having $possessive nipples held protruded by $possessive piercings is extremely uncomfortable, which $possessive + Having $possessive nipples held protruded by $possessive piercings is extremely uncomfortable, which $pronoun <<if ($slaves[$i].fetish == "masochist") && ($slaves[$i].fetishKnown == 1)>> @@.hotpink;gets off on.@@ <<set $slaves[$i].devotion += 2>> diff --git a/src/uncategorized/seCoursing.tw b/src/uncategorized/seCoursing.tw index b3e8fc6dce5af89813844317646fce5ece56c60d..c7d19392dd20398ac6533384c046582b3d864fa4 100644 --- a/src/uncategorized/seCoursing.tw +++ b/src/uncategorized/seCoursing.tw @@ -229,10 +229,6 @@ The rules have been explained to the hares: they're to be freed if they can reac Her balls are likely to hurt badly enough, running naked, to slow her down. <<set _hareSpeed -= 1>> <</if>> -<<if $activeSlave.preg >= 20>> - Her pregnant belly will probably stop her from running at all. - <<set _hareSpeed -= 5>> -<</if>> <<if $activeSlave.belly >= 60000>> She's so massively pregnant it'll be luck if she even makes it anywhere. <<set _hareSpeed -= 10>>