Skip to content
Snippets Groups Projects
Commit 1fa3fe37 authored by Pregmodder's avatar Pregmodder
Browse files

Fixes.

parent 0d8a9241
No related branches found
No related tags found
No related merge requests found
......@@ -1357,7 +1357,7 @@ Her nationality is $activeSlave.nationality.
<br>&nbsp;&nbsp;&nbsp;&nbsp;
<<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>>
......
......@@ -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>>
......
......@@ -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>>
......
......@@ -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>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment