diff --git a/devNotes/twine JS.txt b/devNotes/twine JS.txt index 12a4ea7ab69d78d440494069f52c160265effcb0..747dfaad0e06dc87a7675e6efa7d867814adb518 100644 --- a/devNotes/twine JS.txt +++ b/devNotes/twine JS.txt @@ -12385,7 +12385,7 @@ window.DefaultRules = (function() { slave.vaginalAccessory = rule.virginAccessory; switch (slave.vaginalAccessory) { case "huge dildo": - r += `<br>${slave.slaveName} is a virgin and has been given a`; + r += `<br>${slave.slaveName} is a virgin and has been given a `; if (slave.vagina >= 2) r += `massive dildo to permanently gape her cunt.`; else { @@ -12413,7 +12413,7 @@ window.DefaultRules = (function() { r += `<br>Breeding regulations forbid the use of cervix penetrating dildos on marked slaves, so the virgin ${slave.slaveName} has been given a standard length huge dildo for her pussy.`; slave.vaginalAccessory = "huge dildo"; } else { - r += `<br>slave.slaveName is a virgin and has been given a`; + r += `<br>slave.slaveName is a virgin and has been given a `; if (slave.vagina >= 2) r += `massive and oversized dildo to permanently gape her cunt.`; else { @@ -12442,7 +12442,7 @@ window.DefaultRules = (function() { slave.vaginalAccessory = rule.aVirginAccessory; switch (slave.vaginalAccessory) { case "huge dildo": - r += `<br>${slave.slaveName} is a virgin and has been given a`; + r += `<br>${slave.slaveName} is a virgin and has been given a `; if (slave.vagina >= 2) r += `massive dildo to permanently gape her cunt.`; else { @@ -12470,7 +12470,7 @@ window.DefaultRules = (function() { r += `<br>Breeding regulations forbid the use of cervix penetrating dildos on marked slaves, so the virgin ${slave.slaveName} has been given a standard length huge dildo for her pussy.`; slave.vaginalAccessory = "huge dildo"; } else { - r += `<br>${slave.slaveName} is a virgin and has been given a`; + r += `<br>${slave.slaveName} is a virgin and has been given a `; if (slave.vagina >= 2) r += `massive and oversized dildo to permanently gape her cunt.`; else { @@ -12499,7 +12499,7 @@ window.DefaultRules = (function() { slave.vaginalAccessory = rule.vaginalAccessory; switch (slave.vaginalAccessory) { case "huge dildo": - r += `<br>${slave.slaveName} has been given a`; + r += `<br>${slave.slaveName} has been given a `; if (slave.vagina >= 2) r += `massive dildo to permanently gape her cunt.`; else { @@ -12527,7 +12527,7 @@ window.DefaultRules = (function() { r += `<br>Breeding regulations forbid the use of cervix penetrating dildos on marked slaves, so ${slave.slaveName} has been given a standard length huge dildo for her pussy.`; slave.vaginalAccessory = "huge dildo"; } else { - r += `<br>${slave.slaveName} has been given a`; + r += `<br>${slave.slaveName} has been given a `; if (slave.vagina >= 2) r += `massive and oversized dildo to permanently gape her cunt.`; else { @@ -12629,7 +12629,7 @@ window.DefaultRules = (function() { slave.buttplug = rule.aVirginButtplug; switch (slave.buttplug) { case "huge plug": - r += `<br>${slave.slaveName} is an anal virgin and has been given a`; + r += `<br>${slave.slaveName} is an anal virgin and has been given a `; if ((slave.anus >= 2)) r += `massive plug to permanently gape her asshole.`; else { @@ -12657,7 +12657,7 @@ window.DefaultRules = (function() { r += `<br>Breeding regulations forbid the use of anal plugs that can damage a growing fetus on marked slaves, so the anal virgin ${slave.slaveName} has been given a standard length huge plug for her anus.`; slave.buttplug = "huge plug"; } else { - r += `<br>slave.slaveName is an anal virgin and has been given a`; + r += `<br>slave.slaveName is an anal virgin and has been given a `; if (slave.anus >= 2) r += `massive and oversized plug to permanently gape her asshole.`; else { @@ -12686,7 +12686,7 @@ window.DefaultRules = (function() { slave.buttplug = rule.buttplug; switch (slave.buttplug) { case "huge plug": - r += `<br>${slave.slaveName} has been given a`; + r += `<br>${slave.slaveName} has been given a `; if ((slave.anus >= 2)) r += `massive plug to permanently gape her asshole.`; else { @@ -12714,7 +12714,7 @@ window.DefaultRules = (function() { r += `<br>Breeding regulations forbid the use of anal plugs that can damage a growing fetus on marked slaves, so ${slave.slaveName} has been given a standard length huge plug for her anus.`; slave.buttplug = "huge plug"; } else { - r += `<br>${slave.slaveName} has been given a`; + r += `<br>${slave.slaveName} has been given a `; if (slave.anus >= 2) r += `massive and oversized plug to permanently gape her asshole.`; else { diff --git a/src/js/DefaultRules.tw b/src/js/DefaultRules.tw index 42b89aad12b56ebb3e3113491ce6dadf43557c5b..83d7b73cf320d4305dd9cc2cc3f6e05a29fbd343 100644 --- a/src/js/DefaultRules.tw +++ b/src/js/DefaultRules.tw @@ -510,7 +510,7 @@ window.DefaultRules = (function() { slave.vaginalAccessory = rule.virginAccessory; switch (slave.vaginalAccessory) { case "huge dildo": - r += `<br>${slave.slaveName} is a virgin and has been given a`; + r += `<br>${slave.slaveName} is a virgin and has been given a `; if (slave.vagina >= 2) r += `massive dildo to permanently gape her cunt.`; else { @@ -538,7 +538,7 @@ window.DefaultRules = (function() { r += `<br>Breeding regulations forbid the use of cervix penetrating dildos on marked slaves, so the virgin ${slave.slaveName} has been given a standard length huge dildo for her pussy.`; slave.vaginalAccessory = "huge dildo"; } else { - r += `<br>slave.slaveName is a virgin and has been given a`; + r += `<br>slave.slaveName is a virgin and has been given a `; if (slave.vagina >= 2) r += `massive and oversized dildo to permanently gape her cunt.`; else { @@ -567,7 +567,7 @@ window.DefaultRules = (function() { slave.vaginalAccessory = rule.aVirginAccessory; switch (slave.vaginalAccessory) { case "huge dildo": - r += `<br>${slave.slaveName} is a virgin and has been given a`; + r += `<br>${slave.slaveName} is a virgin and has been given a `; if (slave.vagina >= 2) r += `massive dildo to permanently gape her cunt.`; else { @@ -595,7 +595,7 @@ window.DefaultRules = (function() { r += `<br>Breeding regulations forbid the use of cervix penetrating dildos on marked slaves, so the virgin ${slave.slaveName} has been given a standard length huge dildo for her pussy.`; slave.vaginalAccessory = "huge dildo"; } else { - r += `<br>${slave.slaveName} is a virgin and has been given a`; + r += `<br>${slave.slaveName} is a virgin and has been given a `; if (slave.vagina >= 2) r += `massive and oversized dildo to permanently gape her cunt.`; else { @@ -624,7 +624,7 @@ window.DefaultRules = (function() { slave.vaginalAccessory = rule.vaginalAccessory; switch (slave.vaginalAccessory) { case "huge dildo": - r += `<br>${slave.slaveName} has been given a`; + r += `<br>${slave.slaveName} has been given a `; if (slave.vagina >= 2) r += `massive dildo to permanently gape her cunt.`; else { @@ -652,7 +652,7 @@ window.DefaultRules = (function() { r += `<br>Breeding regulations forbid the use of cervix penetrating dildos on marked slaves, so ${slave.slaveName} has been given a standard length huge dildo for her pussy.`; slave.vaginalAccessory = "huge dildo"; } else { - r += `<br>${slave.slaveName} has been given a`; + r += `<br>${slave.slaveName} has been given a `; if (slave.vagina >= 2) r += `massive and oversized dildo to permanently gape her cunt.`; else { @@ -754,7 +754,7 @@ window.DefaultRules = (function() { slave.buttplug = rule.aVirginButtplug; switch (slave.buttplug) { case "huge plug": - r += `<br>${slave.slaveName} is an anal virgin and has been given a`; + r += `<br>${slave.slaveName} is an anal virgin and has been given a `; if ((slave.anus >= 2)) r += `massive plug to permanently gape her asshole.`; else { @@ -782,7 +782,7 @@ window.DefaultRules = (function() { r += `<br>Breeding regulations forbid the use of anal plugs that can damage a growing fetus on marked slaves, so the anal virgin ${slave.slaveName} has been given a standard length huge plug for her anus.`; slave.buttplug = "huge plug"; } else { - r += `<br>slave.slaveName is an anal virgin and has been given a`; + r += `<br>slave.slaveName is an anal virgin and has been given a `; if (slave.anus >= 2) r += `massive and oversized plug to permanently gape her asshole.`; else { @@ -811,7 +811,7 @@ window.DefaultRules = (function() { slave.buttplug = rule.buttplug; switch (slave.buttplug) { case "huge plug": - r += `<br>${slave.slaveName} has been given a`; + r += `<br>${slave.slaveName} has been given a `; if ((slave.anus >= 2)) r += `massive plug to permanently gape her asshole.`; else { @@ -839,7 +839,7 @@ window.DefaultRules = (function() { r += `<br>Breeding regulations forbid the use of anal plugs that can damage a growing fetus on marked slaves, so ${slave.slaveName} has been given a standard length huge plug for her anus.`; slave.buttplug = "huge plug"; } else { - r += `<br>${slave.slaveName} has been given a`; + r += `<br>${slave.slaveName} has been given a `; if (slave.anus >= 2) r += `massive and oversized plug to permanently gape her asshole.`; else { diff --git a/src/pregmod/fSlaveSelfImpreg.tw b/src/pregmod/fSlaveSelfImpreg.tw index 2f233fa468e36deebca16a377d87cfe4791fa172..70596cbbeda2b419b252f67213323e67eef95e96 100644 --- a/src/pregmod/fSlaveSelfImpreg.tw +++ b/src/pregmod/fSlaveSelfImpreg.tw @@ -112,7 +112,7 @@ <<else>> $activeSlave.slaveName eagerly rams the synthetic shaft as deeply into $his pussy as it will go, obviously fantasizing that $he's driving $his own dick into $his dripping pussy. <</if>> - You help $him keep the dildo in place while $he works the onahole onto $his cock and begins stroking up and down. The stimulation of being filled and having $his dick stroked don't give $him much time to enjoy what $he's doing before $his hips buck wildly and you see semen travelling from the pump, along the clear plastic tub, and into the base of the dildo embedded deeply in $activeSlave.slaveName's throbbing vagina. + You help $him keep the dildo in place while $he works the onahole onto $his cock and begins stroking up and down. The stimulation of being filled and having $his dick stroked doesn't give $him much time to enjoy what $he's doing before $his hips buck wildly and you see semen travelling from the pump, along the clear plastic tub, and into the base of the dildo embedded deeply in $activeSlave.slaveName's throbbing vagina. <</if>> <<else>> <<if ($activeSlave.devotion > 50)>> diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw index ee9d20306a023514c92d6fe8bb0202bd0eacd92b..d555e0d1a20a09065f350c050c6f58388924ec1f 100644 --- a/src/uncategorized/saLongTermEffects.tw +++ b/src/uncategorized/saLongTermEffects.tw @@ -705,6 +705,9 @@ <</if>> <<else>> <<if ($slaves[$i].heels == 1) && !canWalk($slaves[$i]) && ($slaves[$i].fetish != "mindbroken")>> + <<if $slaves[$i].shoes == "pumps">> + While $he can barely stand with $his heeled pumps, $he is incapable of taking a step in them. + <</if>> <<if ($slaves[$i].devotion >= -20) && ($slaves[$i].fetish == "submissive") && ($slaves[$i].fetishKnown == 1)>> $He @@.hotpink;loves being forced@@ to crawl around like some kind of animal. <<set $slaves[$i].devotion += 1>> diff --git a/src/utility/birthWidgets.tw b/src/utility/birthWidgets.tw index 6af79d8f18f4dfbe2b94646b3496770bcbbbf111..3c8e5b3ed0a67a625a28f658010a23f3b9cff300 100644 --- a/src/utility/birthWidgets.tw +++ b/src/utility/birthWidgets.tw @@ -12,7 +12,7 @@ <</if>> <<else>> <<if $clinic != 0>> - $He is lead to $clinicName since $he is likely to face complications with childbirth. $He is helped from $his clothes and into a comfortable hospital bed to relax until $he is ready. $He makes $himself comfortable and begins working on birthing $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>, fully aware of $his watching helpers. <<if $birthDamage > 10>><<set $csec = 1, $slaves[$i].cSec = 1>>After several hours of intense labor, $he is transferred to the surgery wing. Following an emergency c-section, $he is returned to the recovery wing to rest.<<else>>After several hours, and a touch of morphine, $he has successfully given birth<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and $he is left under observation to make sure $he recovers. + $He is lead to $clinicName since $he is likely to face complications with childbirth. $He is helped from $his clothes and into a comfortable hospital bed to relax until $he is ready. $He makes $himself comfortable and begins working on birthing $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>, fully aware of $his watching helpers. <<if $birthDamage > 10>><<set $csec = 1, $slaves[$i].cSec = 1>>After several hours of intense labor, $he is transferred to the surgery wing. Following an emergency c-section, $he is returned to the recovery wing to rest<<else>>After several hours, and a touch of morphine, $he has successfully given birth<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and $he is left under observation to make sure $he recovers. <<else>> <<set $csec = 1, $slaves[$i].cSec = 1>> $He is lead to the auto-surgeon, since $he is likely to face complications with childbirth. $He is stripped from $his clothes and set up on the operating table. $He is quickly sedated and subjected to a c-section in order to avoid potential problems. The surgery is quick, and $he is moved to a bed to recover. When $he awakes, $his child<<if $slaves[$i].pregType > 1>>ren have<<else>> has<</if>> already been taken away. @@ -358,7 +358,7 @@ <<if $birthDamage > 5>> <<set $csec = 1>> <<if $clinic != 0>> - $He is carried to $clinicName, since $he is likely to face complications with childbirth. $He is stripped from $his clothes and set up in a comfortable hospital bed to relax until $he is ready. $He wiggles $himself into a comfortable spot and begins working on birthing $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>, fully aware of $his watching helpers. <<if $birthDamage > 10>><<set $csec = 1, $slaves[$i].cSec = 1>>After several hours of intense labor, $he is transferred to the surgery wing. Following an emergency c-section, $he is returned to the recovery wing to rest.<<else>>After several hours, and a touch of morphine, $he has successfully given birth<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and $he is left under observation to make sure $he recovers. + $He is carried to $clinicName, since $he is likely to face complications with childbirth. $He is stripped from $his clothes and set up in a comfortable hospital bed to relax until $he is ready. $He wiggles $himself into a comfortable spot and begins working on birthing $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>, fully aware of $his watching helpers. <<if $birthDamage > 10>><<set $csec = 1, $slaves[$i].cSec = 1>>After several hours of intense labor, $he is transferred to the surgery wing. Following an emergency c-section, $he is returned to the recovery wing to rest<<else>>After several hours, and a touch of morphine, $he has successfully given birth<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and $he is left under observation to make sure $he recovers. <<else>> <<set $csec = 1, $slaves[$i].cSec = 1>> $He is carried to the auto-surgeon, since $he is likely to face complications with childbirth. $He is stripped from $his clothes and set up on the operating table. $He is quickly sedated and subjected to a c-section in order to avoid potential problems. The surgery is quick and $he is moved to a bed to recover. When $he awakes, $his child<<if $slaves[$i].pregType > 1>>ren have<<else>> has<</if>> already been taking away. diff --git a/src/utility/descriptionWidgetsPiercings.tw b/src/utility/descriptionWidgetsPiercings.tw index b303d4ffda99f86be9a0d44b1c92d93732de75ec..7ee3a4478d8ec7119342b1be93178d28f481ae28 100644 --- a/src/utility/descriptionWidgetsPiercings.tw +++ b/src/utility/descriptionWidgetsPiercings.tw @@ -139,7 +139,7 @@ <<if $activeSlave.nipplesPiercing > 0>> <<switch $activeSlave.clothes>> <<case "kitty lingerie">> - The piercings slightly distort the shape of $her lacy bra's cleavage window. + The piercings slightly distort the shape of $his lacy bra's cleavage window. <<case "attractive lingerie">> The piercings are a girly color, to complement $his lingerie. <<case "a succubus outfit">> diff --git a/src/utility/descriptionWidgetsStyle.tw b/src/utility/descriptionWidgetsStyle.tw index 35b2cf9bdac42330f57bf09f8c0defb530df9b9b..9a9f8da3409d0b115f279b9748716b7c18af0f72 100644 --- a/src/utility/descriptionWidgetsStyle.tw +++ b/src/utility/descriptionWidgetsStyle.tw @@ -2652,7 +2652,7 @@ $His <</if>> /* CLOSES EYEWEAR */ <<if ($activeSlave.earwear == "hearing aids") || ($activeSlave.earwear == "muffling ear plugs") || ($activeSlave.earwear == "deafening ear plugs")>> In $his ears, $he wears - <<if $activeSlave.eyewear == "hearing aids">> + <<if $activeSlave.earwear == "hearing aids">> a pair of hearing aids, <<if $activeSlave.hears > -1>> which do little to correct $his already adequate hearing. @@ -2661,7 +2661,7 @@ $His <<elseif $activeSlave.hears < -1>> which, due to $his @@.red;deafness@@, are useless. <</if>> - <<elseif $activeSlave.eyewear == "muffling ear plugs">> + <<elseif $activeSlave.earwear == "muffling ear plugs">> a pair of small foam ear plugs, <<if $activeSlave.hears > -1>> which noticeably @@.yellow;muffle $his hearing@@. @@ -2670,7 +2670,7 @@ $His <<elseif $activeSlave.hears < -1>> which are pointless, as $he is totally @@.red;deaf@@. <</if>> - <<elseif $activeSlave.eyewear == "deafening ear plugs">> + <<elseif $activeSlave.earwear == "deafening ear plugs">> a pair of large silicone ear plugs, <<if $activeSlave.hears > -1>> which @@.red;nullify $his sense of hearing@@.