From 07e11a71c5e0c77be16a23a4401ffa545403652b Mon Sep 17 00:00:00 2001 From: kopareigns <kopareigns@gmail.com> Date: Thu, 5 Apr 2018 21:02:32 -0400 Subject: [PATCH] spelling and fixes --- src/events/intro/introSummary.tw | 52 +++++++++---------- src/interaction/cyberConfig.tw | 4 +- src/npc/startingGirls/startingGirls.tw | 2 +- .../SecForceEX/SpecialForceUpgradeDec.tw | 2 +- .../SecForceEX/securityForceTradeShow.tw | 2 +- src/pregmod/widgets/bodySwapReaction.TW | 44 ++++++++-------- src/pregmod/widgets/pregmodWidgets.tw | 2 +- src/pregmod/widgets/slaveSummaryWidgets.tw | 2 +- 8 files changed, 55 insertions(+), 55 deletions(-) diff --git a/src/events/intro/introSummary.tw b/src/events/intro/introSummary.tw index 6434f27c7be..9ee0e6673ab 100644 --- a/src/events/intro/introSummary.tw +++ b/src/events/intro/introSummary.tw @@ -558,13 +558,13 @@ __''Player Character''__ <<switch $PC.markings>> <<case "freckles">> - <<set $PCCreationFreckels = "has light freckling">> + <<set _PCCreationFreckels = "has light freckling">> <<case "heavily freckled">> - <<set $PCCreationFreckels = "has heavy freckling">> + <<set _PCCreationFreckels = "has heavy freckling">> <<default>> - <<set $PCCreationFreckels = "is clear of blemishes">> + <<set _PCCreationFreckels = "is clear of blemishes">> <</switch>> - <br>Your body ''$PCCreationFreckels''. + <br>Your body ''_PCCreationFreckels''. [[None|Intro Summary][$PC.markings = "none"]] | [[Light|Intro Summary][$PC.markings = "freckles"]] | [[Heavy|Intro Summary][$PC.markings = "heavily freckled"]] @@ -587,30 +587,30 @@ __''Player Character''__ <<switch $PC.career>> <<case "capitalist">> - <<set $PCCreationCareer = "a business leader">> + <<set _PCCreationCareer = "a business leader">> <<case "mercenary">> - <<set $PCCreationCareer = "a mercenary">> + <<set _PCCreationCareer = "a mercenary">> <<case "slaver">> - <<set $PCCreationCareer = "a slaver">> + <<set _PCCreationCareer = "a slaver">> <<case "engineer">> - <<set $PCCreationCareer = "an engineer">> + <<set _PCCreationCareer = "an engineer">> <<case "medicine">> - <<set $PCCreationCareer = "a doctor">> + <<set _PCCreationCareer = "a doctor">> <<case "celebrity">> - <<set $PCCreationCareer = "a minor celebrity">> + <<set _PCCreationCareer = "a minor celebrity">> <<case "escort">> - <<set $PCCreationCareer = "an escort">> + <<set _PCCreationCareer = "an escort">> <<case "servant">> - <<set $PCCreationCareer = "a servant">> + <<set _PCCreationCareer = "a servant">> <<case "gang">> - <<set $PCCreationCareer = "a gang leader">> + <<set _PCCreationCareer = "a gang leader">> <<case "BlackHat">> - <<set $PCCreationCareer = "an incursion specialist">> + <<set _PCCreationCareer = "an incursion specialist">> <<default>> - <<set $PCCreationCareer = "a member of the idle wealthy">> + <<set _PCCreationCareer = "a member of the idle wealthy">> <</switch>> <br> - Before you came to the free cities, you were ''$PCCreationCareer'' and it is rumoured that you acquired your arcology through ''$PC.rumor''. + Before you came to the free cities, you were ''_PCCreationCareer'' and it is rumoured that you acquired your arcology through ''$PC.rumor''. <br>__Past career:__ <<if $PC.career != "arcology owner">> @@ -686,28 +686,28 @@ __''Player Character''__ <br> <<switch $PC.boobsBonus>> <<case -1>> - <<set $PCCreationBoobSize = "unoticable C cups">> + <<set _PCCreationBoobSize = "unnoticeable C cups">> <<case -0.5>> - <<set $PCCreationBoobSize = "unremarkable D cups">> + <<set _PCCreationBoobSize = "unremarkable D cups">> <<case 1>> - <<set $PCCreationBoobSize = "noticeable F cups">> + <<set _PCCreationBoobSize = "noticeable F cups">> <<case 2>> - <<set $PCCreationBoobSize = "huge G cups">> + <<set _PCCreationBoobSize = "huge G cups">> <<case 3>> - <<set $PCCreationBoobSize = "masive H cups">> + <<set _PCCreationBoobSize = "massive H cups">> <<default>> - <<set $PCCreationBoobSize = "average DD cups">> + <<set _PCCreationBoobSize = "average DD cups">> <</switch>> <<if $PC.boobsImplant>> - <<set $PCCreationBreast = "fake">> + <<set _PCCreationBreast = "fake">> <<else>> - <<set $PCCreationBreast = "all natural">> + <<set _PCCreationBreast = "all natural">> <</if>> <<if $PC.boobs > 0>> - Your breasts are ''$PCCreationBoobSize'' - and ''$PCCreationBreast''. + Your breasts are ''_PCCreationBoobSize'' + and ''_PCCreationBreast''. <<if $PC.boobsBonus == 0>> [[Go bigger|Intro Summary][$PC.boobsBonus = 2, $PC.boobsImplant = 0]] | [[Get implants|Intro Summary][$PC.boobsBonus = 2, $PC.boobsImplant = 1]] | [[Go smaller|Intro Summary][$PC.boobsBonus = -1, $PC.boobsImplant = 0]] <<elseif $PC.boobsBonus == 2>> diff --git a/src/interaction/cyberConfig.tw b/src/interaction/cyberConfig.tw index f4e8fc2172d..3c12ee061d0 100644 --- a/src/interaction/cyberConfig.tw +++ b/src/interaction/cyberConfig.tw @@ -93,7 +93,7 @@ <<case 2>> <<set $temp = 0, $nextButton = "Continue", $nextLink = "cyberConfig">> - <<if $activeSlave.amp != 1>>You have $possessive lie down and<<else>>You<</if>> use speculum to keep $possessive eyes open while you disengage $possessive lenses remotely and swap them out with $possessive new $activeSlave.eyeColor lenses. + <<if $activeSlave.amp != 1>>You have $possessive lie down and<<else>>You<</if>> use a speculum to keep $possessive eyes open while you disengage $possessive lenses remotely and swap them out with $possessive new $activeSlave.eyeColor lenses. <<case 3>> <<set $temp = 0, $nextButton = "Continue", $nextLink = "cyberConfig">> <<if $activeSlave.eyes == 1>> @@ -105,7 +105,7 @@ <</if>> <<case 4>> <<set $temp = 0, $nextButton = "Continue", $nextLink = "cyberConfig">> - Attaching $possessive limbs is a simple procedure, simply push connector on each limb into the socket in $possessive implants until the lock engages.<<if $activeSlave.PLimb == 2>> $pronounCap jumps a bit as limbs connect to $possessive nerves.<</if>> When you are done, $pronoun sits up and + Attaching $possessive limbs is a simple procedure, you simply push a connector on each limb into the socket in $possessive implants until the lock engages.<<if $activeSlave.PLimb == 2>> $pronounCap jumps a bit as limbs connect to $possessive nerves.<</if>> When you are done, $pronoun sits up and <<if $activeSlave.amp == -2>>experimentally engages the vibe function in $possessive fingers. <<elseif $activeSlave.amp == -3>>runs a hand over the smooth skin of $possessive new legs. <<elseif $activeSlave.amp == -4>>engages and disengages the blade in $possessive forearm. diff --git a/src/npc/startingGirls/startingGirls.tw b/src/npc/startingGirls/startingGirls.tw index b2eadaafbb3..6fe00a5e2ad 100644 --- a/src/npc/startingGirls/startingGirls.tw +++ b/src/npc/startingGirls/startingGirls.tw @@ -1578,4 +1578,4 @@ Her nationality is $activeSlave.nationality. <</if>> <</for>> -<<unset $PCCreationSex, $PCCreationFreckels, $PCCreationCareer, $PCCreationBoobSize, $PCCreationBreast>> +<<unset $PCCreationSex>> diff --git a/src/pregmod/SecForceEX/SpecialForceUpgradeDec.tw b/src/pregmod/SecForceEX/SpecialForceUpgradeDec.tw index 57b6f194c74..e8494a4182c 100644 --- a/src/pregmod/SecForceEX/SpecialForceUpgradeDec.tw +++ b/src/pregmod/SecForceEX/SpecialForceUpgradeDec.tw @@ -248,7 +248,7 @@ <<case 5>> Modernized the armour, weaponry, electronics and crew seating. <<case 6>> - Modernized the armour, weaponry, electronics and crew seating. Increased the speed and moverability. + Modernized the armour, weaponry, electronics and crew seating. Increased the speed and maneuverability. <</switch>> <</if>> <<if $securityForceHeavyTransport > 0>> diff --git a/src/pregmod/SecForceEX/securityForceTradeShow.tw b/src/pregmod/SecForceEX/securityForceTradeShow.tw index 7977ca5a82c..66577898518 100644 --- a/src/pregmod/SecForceEX/securityForceTradeShow.tw +++ b/src/pregmod/SecForceEX/securityForceTradeShow.tw @@ -126,7 +126,7 @@ The (bi-yearly) security trade show has finally come around and even though you' <<link "Request she remain on base">> <<replace "#choice2">> - <br>The look of disappointement is barely noticeable on The Colonel's face. + <br>The look of disappointment is barely noticeable on The Colonel's face. <</replace>> <</link>> diff --git a/src/pregmod/widgets/bodySwapReaction.TW b/src/pregmod/widgets/bodySwapReaction.TW index 1a5f01e070d..ab6b07f573c 100644 --- a/src/pregmod/widgets/bodySwapReaction.TW +++ b/src/pregmod/widgets/bodySwapReaction.TW @@ -134,7 +134,7 @@ Now you only have to wait for her to wake up. <<if $args[0].devotion > 20>> She is happy to find that a familiarly sized chest waiting for her. <<if ($args[0].physicalAge < $args[1].physicalAge-5) || ($args[0].boobShape != "saggy" && $args[0].boobShape != "downward facing" && ($args[1].boobShape == "saggy" || $args[1].boobShape == "downward facing"))>> /*(younger/perkier)*/ - She gasps when she realizes they ar now perkier and firmer than her old breasts. She toys with the supple flesh and sensitive nipples, groping them with childlike abandon. + She gasps when she realizes they are now perkier and firmer than her old breasts. She toys with the supple flesh and sensitive nipples, groping them with childlike abandon. <</if>> <<else>> She cautiously handles one breast, then the other, and is happy that at least one less thing is different today. @@ -189,7 +189,7 @@ Now you only have to wait for her to wake up. <<if $args[0].devotion > 20>> This new size excites her and she looks forward to experimenting with them. <<else>> - This new size is a @@.gold;massive inconvenience@@ for her and it @@.mediumorchid.infuriates her@@ that you would do such a thing to her. + This new size is a @@.gold;massive inconvenience@@ for her and it @@.mediumorchid;infuriates her@@ that you would do such a thing to her. <<set $args[0].devotion -= 5, $args[0].trust -= 5>> <</if>> <<elseif $args[0].boobs > $args[1].boobs+100 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Bigger+breast fetish)*/ @@ -251,7 +251,7 @@ Now you only have to wait for her to wake up. <</if>> <br><br> - She cranes her neck to looks down on herself + She cranes her neck to look down on herself /*(breast changes)*/ <<if $args[0].boobsImplant > 0 && $args[1].boobsImplant > 0>> /*(breast implants)*/ @@ -279,7 +279,7 @@ Now you only have to wait for her to wake up. <<if $args[0].devotion > 20>> This new size excites her and she looks forward to experimenting with them. <<else>> - This new size is a @@.gold;massive inconvenience@@ for her and it @@.mediumorchid.infuriates her@@ that you would do such a thing to her. + This new size is a @@.gold;massive inconvenience@@ for her and it @@.mediumorchid;infuriates her@@ that you would do such a thing to her. <<set $args[0].devotion -= 10, $args[0].trust -= 10>> <</if>> <<elseif $args[0].boobs >= $args[1].boobs+20000>> /*(Extreme bigger breasts)*/ @@ -287,7 +287,7 @@ Now you only have to wait for her to wake up. <<if $args[0].devotion > 20>> This new size excites her and she looks forward to experimenting with them. <<else>> - This new size is a @@.gold;massive inconvenience@@ for her and it @@.mediumorchid.infuriates her@@ that you would do such a thing to her. + This new size is a @@.gold;massive inconvenience@@ for her and it @@.mediumorchid;infuriates her@@ that you would do such a thing to her. <<set $args[0].devotion -= 5, $args[0].trust -= 5>> <</if>> <<elseif $args[0].boobs > $args[1].boobs+100 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Bigger+breast fetish)*/ @@ -308,7 +308,7 @@ Now you only have to wait for her to wake up. <<if $args[0].devotion > 20>> her bust has shrunk. She is saddened by the loss of the beautiful weight she once bore and struggles to keep herself under control for your sake, @@.mediumorchid;barely.@@ <<else>> - that her chest is not as large as it once was. @@.mediumcorchid;Tears leap into her eyes@@ as her shoulders begin to shake<<if $args[0].voice != 0>> and sobs echo about the room<</if>>. She pauses to gather herself together and let the tears run from her eyes before continuing her bodily inspection. + that her chest is not as large as it once was. @@.mediumorchid;Tears leap into her eyes@@ as her shoulders begin to shake<<if $args[0].voice != 0>> and sobs echo about the room<</if>>. She pauses to gather herself together and let the tears run from her eyes before continuing her bodily inspection. <</if>> <<set $args[0].devotion -= 5>> <<elseif $args[0].boobs <= $args[1].boobs-100 && $args[1].boobs > 300>> /*(Smaller breasts)*/ @@ -357,7 +357,7 @@ Now you only have to wait for her to wake up. <<if $args[0].devotion > 20>> This new size excites her and she looks forward to experimenting with them. <<else>> - This new size is a @@.gold;massive inconvenience@@ for her and it @@.mediumorchid.infuriates her@@ that you would do such a thing to her. + This new size is a @@.gold;massive inconvenience@@ for her and it @@.mediumorchid;infuriates her@@ that you would do such a thing to her. <<set $args[0].devotion -= 10, $args[0].trust -= 10>> <</if>> <<elseif $args[0].boobs >= $args[1].boobs+20000>> /*(Extreme bigger breasts)*/ @@ -365,7 +365,7 @@ Now you only have to wait for her to wake up. <<if $args[0].devotion > 20>> This new size excites her and she looks forward to experimenting with them. <<else>> - This new size is a @@.gold;massive inconvenience@@ for her and it @@.mediumorchid.infuriates her@@ that you would do such a thing to her. + This new size is a @@.gold;massive inconvenience@@ for her and it @@.mediumorchid;infuriates her@@ that you would do such a thing to her. <<set $args[0].devotion -= 5, $args[0].trust -= 5>> <</if>> <<elseif $args[0].boobs > $args[1].boobs+100 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Bigger+breast fetish)*/ @@ -386,7 +386,7 @@ Now you only have to wait for her to wake up. <<if $args[0].devotion > 20>> her bust has shrunk. She is saddened by the loss of the beautiful weight she once bore and struggles to keep herself under control for your sake, @@.mediumorchid;barely.@@ <<else>> - that her chest is not as large as it once was. @@.mediumcorchid;Tears leap into her eyes@@ as her shoulders begin to shake<<if $args[0].voice != 0>> and sobs echo about the room<</if>>. She pauses to gather herself together and let the tears run from her eyes before continuing her bodily inspection. + that her chest is not as large as it once was. @@.mediumorchid;Tears leap into her eyes@@ as her shoulders begin to shake<<if $args[0].voice != 0>> and sobs echo about the room<</if>>. She pauses to gather herself together and let the tears run from her eyes before continuing her bodily inspection. <</if>> <<set $args[0].devotion -= 5>> <<elseif $args[0].boobs <= $args[1].boobs-100 && $args[1].boobs > 300>> /*(Smaller breasts)*/ @@ -415,7 +415,7 @@ Now you only have to wait for her to wake up. <<if $args[0].devotion > 20>> and finds not only her implants gone, but her breasts entirely. She is saddened by her flat chest and struggles to keep herself under control for your sake, @@.mediumorchid;barely.@@ <<else>> - and finds that her implants are gone, along with the rest of her breasts. @@.mediumcorchid;Tears leap into her eyes@@ as her shoulders begin to shake<<if $args[0].voice != 0>> and sobs echo about the room<</if>>. She pauses to gather herself together and let the tears run from her eyes before continuing her bodily inspection. + and finds that her implants are gone, along with the rest of her breasts. @@.mediumorchid;Tears leap into her eyes@@ as her shoulders begin to shake<<if $args[0].voice != 0>> and sobs echo about the room<</if>>. She pauses to gather herself together and let the tears run from her eyes before continuing her bodily inspection. <</if>> <<set $args[0].devotion -= 5>> <<elseif $args[0].boobs <= 300>> /*flat*/ @@ -439,7 +439,7 @@ Now you only have to wait for her to wake up. <<if $args[0].devotion > 20>> This new size excites her and she looks forward to experimenting with them. <<else>> - This new size is a @@.gold;massive inconvenience@@ for her and it @@.mediumorchid.infuriates her@@ that you would do such a thing to her. + This new size is a @@.gold;massive inconvenience@@ for her and it @@.mediumorchid;infuriates her@@ that you would do such a thing to her. <<set $args[0].devotion -= 5, $args[0].trust -= 5>> <</if>> <<elseif $args[0].boobs > $args[1].boobs+100 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Bigger+breast fetish)*/ @@ -460,7 +460,7 @@ Now you only have to wait for her to wake up. <<if $args[0].devotion > 20>> ands sees her bust has shrunk. She is saddened by the loss of her implants and struggles to keep herself under control for your sake, @@.mediumorchid;barely.@@ <<else>> - ands sees that her chest is not as large as it once was. @@.mediumcorchid;Tears leap into her eyes@@ as her natural breasts begin to quiver<<if $args[0].voice != 0>> and sobs echo about the room<</if>>. She pauses to gather herself together and let the tears run from her eyes before continuing her bodily inspection. + ands sees that her chest is not as large as it once was. @@.mediumorchid;Tears leap into her eyes@@ as her natural breasts begin to quiver<<if $args[0].voice != 0>> and sobs echo about the room<</if>>. She pauses to gather herself together and let the tears run from her eyes before continuing her bodily inspection. <</if>> <<set $args[0].devotion -= 5>> <<elseif $args[0].boobs <= $args[1].boobs-100 && $args[1].boobs > 300>> /*(Smaller breasts)*/ @@ -489,7 +489,7 @@ Now you only have to wait for her to wake up. <<if $args[0].devotion > 20>> and sees no tits at all. She is saddened by her flat chest and struggles to keep herself under control for your sake, @@.mediumorchid;barely.@@ <<else>> - and sees no tits at all. @@.mediumcorchid;Tears leap into her eyes@@ as her shoulders begin to shake<<if $args[0].voice != 0>> and sobs echo about the room<</if>>. She pauses to gather herself together and let the tears run from her eyes before continuing her bodily inspection. + and sees no tits at all. @@.mediumorchid;Tears leap into her eyes@@ as her shoulders begin to shake<<if $args[0].voice != 0>> and sobs echo about the room<</if>>. She pauses to gather herself together and let the tears run from her eyes before continuing her bodily inspection. <</if>> <<set $args[0].devotion -= 5>> <<elseif $args[0].boobs <= 300>> /*flat*/ @@ -513,7 +513,7 @@ Now you only have to wait for her to wake up. <<if $args[0].devotion > 20>> This new size excites her and she looks forward to experimenting with them. <<else>> - This new size is a @@.gold;massive inconvenience@@ for her and it @@.mediumorchid.infuriates her@@ that you would do such a thing to her. + This new size is a @@.gold;massive inconvenience@@ for her and it @@.mediumorchid;infuriates her@@ that you would do such a thing to her. <<set $args[0].devotion -= 5, $args[0].trust -= 5>> <</if>> <<elseif $args[0].boobs > $args[1].boobs+100 && $args[0].fetish == "boobs" && $args[0].fetishKnown>> /*(Bigger+breast fetish)*/ @@ -534,7 +534,7 @@ Now you only have to wait for her to wake up. <<if $args[0].devotion > 20>> and sees that her bust has shrunk. She is saddened by her smaller chest and struggles to keep herself under control for your sake, @@.mediumorchid;barely.@@ <<else>> - and finds that her chest is not as large as it once was. @@.mediumcorchid;Tears leap into her eyes@@ as her her shoulders begin to shake<<if $args[0].voice != 0>> and sobs echo about the room<</if>>. She pauses to gather herself together and let the tears run from her eyes before continuing her bodily inspection. + and finds that her chest is not as large as it once was. @@.mediumorchid;Tears leap into her eyes@@ as her her shoulders begin to shake<<if $args[0].voice != 0>> and sobs echo about the room<</if>>. She pauses to gather herself together and let the tears run from her eyes before continuing her bodily inspection. <</if>> <<set $args[0].devotion -= 5>> <<elseif $args[0].boobs <= $args[1].boobs-100 && $args[1].boobs > 300>> /*(Smaller breasts)*/ @@ -642,12 +642,12 @@ Now you only have to wait for her to wake up. <</if>> <br><br> -You depress a button and a long, body length mirror slides up from the floor near the wall. Your slave +You depress a button and a long, body length mirror slides up from the floor near the wall. <<if $args[0].amp == 1>> - With the help of an assistant, slave sits up against the side of the gurney and sees her entire new body for the first time. + With the help of an assistant, $args[0].slaveName sits up against the side of the gurney and sees her entire new body for the first time. <<else>> - Gingerly hops to her feet + $args[0].slaveName gingerly hops to her feet <<if $args[0].heels == 1 || !canWalk($args[0])>> <<if $args[0].heels == 1>> and immediately stumbles, catching herself before her cut heels let her fall to the floor. @@ -745,13 +745,13 @@ You depress a button and a long, body length mirror slides up from the floor nea <</if>> life. She does her best to shrug this off and tries to think of all the fun things a lewd older body can do. <<else>> - as that means she will be @@unable to spend as much time on this earth.@@ - <<set $args[0].devotion -= ($args[1].visualAge-$args[0].visualAge*5)>> + as that means she will be @@.mediumorchid;unable to spend as much time on this earth.@@ + <<set $args[0].devotion -= ($args[0].visualAge-$args[1].visualAge)*5>> <<if $PhysicalRetirementAgePolicy == 1>> On the other hand, it means she won’t have as much time to spend with you before she is retired. <<else>> This is compounded with the fact that she @@.gold;may well die before she becomes a freed slave.@@ - <<set $args[0].trust -= ($args[1].visualAge-$args[0].visualAge*5)>> + <<set $args[0].trust -= ($args[0].visualAge-$args[1].visualAge)*5>> <</if>> <</if>> <<elseif $args[0].physicalAge <= $args[1].physicalAge-5 || ($args[0].physicalAge < 18 && $args[0].physicalAge < $args[1].physicalAge)>> /*(younger)*/ @@ -834,7 +834,7 @@ It bothers her that you have altered even more of her body. */ /*stomach*/ -<<set _weightChange = 0>> /*used to segway to pregnancy/belly implants after weight*/ +<<set _weightChange = 0>> /*used to segue to pregnancy/belly implants after weight*/ Her hands drift over <<if $args[0].weight >= $args[1].weight+30>> /*(fatter)*/ her stomach and she feels just how much more weight she is carrying. diff --git a/src/pregmod/widgets/pregmodWidgets.tw b/src/pregmod/widgets/pregmodWidgets.tw index c30533f5c25..05428f97211 100644 --- a/src/pregmod/widgets/pregmodWidgets.tw +++ b/src/pregmod/widgets/pregmodWidgets.tw @@ -395,7 +395,7 @@ In order to be eligible to be bred, the potential breeding bitch must first satisfy the following conditions: <<if $failedElite > 100>> <br>She must be of finest intelligence. - <br>She must be unbelieveably beautiful. + <br>She must be unbelievably beautiful. <br>Her face must be breathtaking. <<else>> <br>She must be very smart. diff --git a/src/pregmod/widgets/slaveSummaryWidgets.tw b/src/pregmod/widgets/slaveSummaryWidgets.tw index f82a79bda31..75ed0b806ea 100644 --- a/src/pregmod/widgets/slaveSummaryWidgets.tw +++ b/src/pregmod/widgets/slaveSummaryWidgets.tw @@ -561,7 +561,7 @@ Release rules: _Slave.releaseRules. <<elseif ((_Slave.preg < 4) && (_Slave.preg > 0) && _Slave.pregKnown == 0) || _Slave.pregWeek == 1>> May be pregnant. <<elseif (_Slave.preg >= 37) && (_Slave.broodmother > 0)>> - Permenantly pregnant. + Permanently pregnant. <<elseif _Slave.pregKnown == 1>> <<if _Slave.pregType < 2 || _Slave.broodmother > 0>> _Slave.pregWeek weeks pregnant. -- GitLab