diff --git a/src/npc/startingGirls/startingGirls.tw b/src/npc/startingGirls/startingGirls.tw index b28f85e92fb1c3a3d646116b2b0365b6d91f31d7..7d0778481039e805881ed86d91385987f396911b 100644 --- a/src/npc/startingGirls/startingGirls.tw +++ b/src/npc/startingGirls/startingGirls.tw @@ -1357,7 +1357,7 @@ Her nationality is $activeSlave.nationality. <br> <<link "Head Girl Prospect">> <<StartingGirlsWorkaround>> - <<set $activeSlave.career = setup.HGCareers.random(), $activeSlave.actualAge = Math.clamp(36, 44, $activeSlave.actualAge), $activeSlave.visdualAge = $activeSlave.actualAge, $activeSlave.phyicalAge = $activeSlave.actualAge, $activeSlave.intelligence = 2, $activeSlave.intelligenceImplant = 0>> + <<set $activeSlave.career = setup.HGCareers.random(), $activeSlave.actualAge = Math.clamp(36, 44, $activeSlave.actualAge), $activeSlave.visualAge = $activeSlave.actualAge, $activeSlave.physicalAge = $activeSlave.actualAge, $activeSlave.intelligence = 2, $activeSlave.intelligenceImplant = 0>> <<SaleDescription>> <<StartingGirlsCost>> <</link>> diff --git a/src/pregmod/personalNotes.tw b/src/pregmod/personalNotes.tw index fcc175bbcb52d1d7f682576b4bfcd2df52bccc03..d6f0be36627c5ec51b55b43ef200f988fa124ee1 100644 --- a/src/pregmod/personalNotes.tw +++ b/src/pregmod/personalNotes.tw @@ -180,7 +180,7 @@ <<elseif $PC.ballsImplant == 3>> You've had to get your suit pants retailored again to fit your enormous balls. It is obvious that the bulge in your pants is not your penis<<if $PC.preg >= 28>>; you've had several people rush to your aid under the mistaken belief that your child was crowning into your pants<</if>>. <<elseif $PC.ballsImplant == 2>> - You've had to get your suit pants retailored to fit your huge balls. It gives you a strinking figure, though. + You've had to get your suit pants retailored to fit your huge balls. It gives you a striking figure, though. <<elseif $PC.ballsImplant == 1>> Your suit pants bulge more than ever with your big balls. <</if>> diff --git a/src/uncategorized/remoteSurgery.tw b/src/uncategorized/remoteSurgery.tw index 7973cc1b57375978b14f2cc358cd505c092a08a8..b666d571383190cd45e231a4a539373aaf810d25 100644 --- a/src/uncategorized/remoteSurgery.tw +++ b/src/uncategorized/remoteSurgery.tw @@ -277,19 +277,19 @@ $pronounCap has <<elseif ($activeSlave.shouldersImplant > 3)>> $possessiveCap shoulders have been completely rebuilt to be massively wider. <<elseif ($activeSlave.shouldersImplant > 2)>> - $possessiveCap shoulders been heavily restructured to broaden them. + $possessiveCap shoulders have been heavily restructured to broaden them. <<elseif ($activeSlave.shouldersImplant > 1)>> - $possessiveCap shoulders been repeatedly restructured to broaden them. + $possessiveCap shoulders have been repeatedly restructured to broaden them. <<elseif ($activeSlave.shouldersImplant > 0)>> - $possessiveCap shoulders been restructured to broaden them. + $possessiveCap shoulders have been restructured to broaden them. <<elseif ($activeSlave.shouldersImplant < -3)>> - $possessiveCap shoulders been been completely rebuilt to be massively narrower. + $possessiveCap shoulders have been completely rebuilt to be massively narrower. <<elseif ($activeSlave.shouldersImplant < -2)>> - $possessiveCap shoulders been heavily restructured to narrow them. + $possessiveCap shoulders have been heavily restructured to narrow them. <<elseif ($activeSlave.shouldersImplant < -1)>> - $possessiveCap shoulders been repeatedly restructured to narrow them. + $possessiveCap shoulders have been repeatedly restructured to narrow them. <<elseif ($activeSlave.shouldersImplant < 0)>> - $possessiveCap shoulders been restructured to narrow them. + $possessiveCap shoulders have been restructured to narrow them. <</if>> <<if ($activeSlave.shouldersImplant == 0)>> <<if $activeSlave.shoulders > -2 && $activeSlave.shoulders < 2>> diff --git a/src/utility/assayWidgets.tw b/src/utility/assayWidgets.tw index 5250c3a9d329f0cd5b7ee3de2815090055fc3682..15570043c891fa7652f1102c84ae7a54d258d7b0 100644 --- a/src/utility/assayWidgets.tw +++ b/src/utility/assayWidgets.tw @@ -523,25 +523,25 @@ <<if $arcologies[0].FSHedonisticDecadence > 20>> <<if $args[0].weight < -95>> - <<set $beauty += ($args[0].weight*($arcologies[0].FSHedonisticDecadence/10)>> + <<set $beauty += ($args[0].weight*($arcologies[0].FSHedonisticDecadence/10))>> <<elseif $args[0].weight < -30>> - <<set $beauty += ($args[0].weight*($arcologies[0].FSHedonisticDecadence/30)>> + <<set $beauty += ($args[0].weight*($arcologies[0].FSHedonisticDecadence/30))>> <<elseif $args[0].weight < -10>> - <<set $beauty += ($args[0].weight*($arcologies[0].FSHedonisticDecadence/50)>> + <<set $beauty += ($args[0].weight*($arcologies[0].FSHedonisticDecadence/50))>> <<elseif $args[0].weight <= 10>> - <<set $beauty += ($args[0].weight*($arcologies[0].FSHedonisticDecadence/1000)>> + <<set $beauty += ($args[0].weight*($arcologies[0].FSHedonisticDecadence/1000))>> <<elseif $args[0].weight <= 30>> - <<set $beauty += ($args[0].weight*($arcologies[0].FSHedonisticDecadence/900)>> + <<set $beauty += ($args[0].weight*($arcologies[0].FSHedonisticDecadence/900))>> <<elseif $args[0].weight <= 95>> - <<set $beauty += ($args[0].weight*($arcologies[0].FSHedonisticDecadence/800)>> + <<set $beauty += ($args[0].weight*($arcologies[0].FSHedonisticDecadence/800))>> <<elseif $args[0].weight <= 130>> - <<set $beauty += ($args[0].weight*($arcologies[0].FSHedonisticDecadence/750)>> + <<set $beauty += ($args[0].weight*($arcologies[0].FSHedonisticDecadence/750))>> <<elseif $args[0].weight <= 160>> - <<set $beauty += ($args[0].weight*($arcologies[0].FSHedonisticDecadence/700)>> + <<set $beauty += ($args[0].weight*($arcologies[0].FSHedonisticDecadence/700))>> <<elseif $args[0].weight <= 190>> - <<set $beauty += ($args[0].weight*($arcologies[0].FSHedonisticDecadence/650)>> + <<set $beauty += ($args[0].weight*($arcologies[0].FSHedonisticDecadence/650))>> <<else>> - <<set $beauty += ($args[0].weight*($arcologies[0].FSHedonisticDecadence/600)>> + <<set $beauty += ($args[0].weight*($arcologies[0].FSHedonisticDecadence/600))>> <</if>> <<else>> <<if ($args[0].weight > 130)>> @@ -713,7 +713,7 @@ <<if ($args[0].preg > 10) || ($args[0].bellyImplant >= 4000)>> <<set $pregYes += 1>> -<<elseif ($args[0].pregType < 10) && ($args[0].preg < 1) && ($args[0].weight < 2) && ($args[0].bellyImplant == 0) && ($args[0].inflation == 0)>> +<<elseif ($args[0].pregType < 10) && ($args[0].preg < 1) && ($args[0].weight <= 95) && ($args[0].bellyImplant < 2000) && ($args[0].inflation < 2)>> <<set $pregNo -= 1>> <</if>>