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

Merge branch 'pregmod-master' into 'pregmod-master'

fixes and tweaks

See merge request pregmodfan/fc-pregmod!2137
parents ee58a149 797b1dc7
No related branches found
No related tags found
No related merge requests found
...@@ -295,6 +295,16 @@ On formal occasions, you are announced as $PCTitle. ...@@ -295,6 +295,16 @@ On formal occasions, you are announced as $PCTitle.
Society loves everything augmented and the bulge in your crotch is no exception; your swollen balls @@.green;improve@@ your public image. Society loves everything augmented and the bulge in your crotch is no exception; your swollen balls @@.green;improve@@ your public image.
<<set $rep += (5*($PC.ballsImplant-$PC.balls))>> <<set $rep += (5*($PC.ballsImplant-$PC.balls))>>
<</if>> <</if>>
<<if ($arcologies[0].FSRepopulationFocus != "unset")>>
<<if $PC.boobsBonus > 0 && $PC.boobsImplant == 0>>
Society approves of anything that helps the repopulation efforts. Your large breasts promise plentiful milk and @@.green;improve@@ your public image.
<<set $rep += (10*$PC.boobsBonus)>>
<</if>>
<<if $PC.balls > 1>>
Society loves anything that helps the repopulation efforts. Your huge fertile balls indicate that you're a successful breeder and @@.green;strongly improves@@ your public image.
<<set $rep += (15*$PC.ballsImplant)>>
<</if>>
<</if>>
<<elseif $arcologies[0].FSBodyPurist != "unset">> <<elseif $arcologies[0].FSBodyPurist != "unset">>
<<if $PC.boobsImplant == 1>> <<if $PC.boobsImplant == 1>>
Society finds fake breasts repulsive and yours are no exception; your balloon-like breasts @@.red;harm@@ your public image. Society finds fake breasts repulsive and yours are no exception; your balloon-like breasts @@.red;harm@@ your public image.
...@@ -308,6 +318,10 @@ On formal occasions, you are announced as $PCTitle. ...@@ -308,6 +318,10 @@ On formal occasions, you are announced as $PCTitle.
Society finds everything unnatural disgusting and the grotesque bulge in your crotch is no exception; your gel filled balls @@.red;harm@@ your public image. Society finds everything unnatural disgusting and the grotesque bulge in your crotch is no exception; your gel filled balls @@.red;harm@@ your public image.
<<set $rep -= (10*($PC.ballsImplant-$PC.balls))>> <<set $rep -= (10*($PC.ballsImplant-$PC.balls))>>
<</if>> <</if>>
<<if ($arcologies[0].FSRepopulationFocus != "unset") && $PC.boobsBonus > 0 && $PC.boobsImplant == 0>>
Society approves of anything that helps the repopulation efforts. Your large breasts promise plentiful milk and @@.green;improve@@ your public image.
<<set $rep += (10*$PC.boobsBonus)>>
<</if>>
<<elseif ($arcologies[0].FSRepopulationFocus != "unset")>> <<elseif ($arcologies[0].FSRepopulationFocus != "unset")>>
<<if $PC.boobsBonus > 0 && $PC.boobsImplant == 0>> <<if $PC.boobsBonus > 0 && $PC.boobsImplant == 0>>
Society approves of anything that helps the repopulation efforts. Your large breasts promise plentiful milk and @@.green;improve@@ your public image. Society approves of anything that helps the repopulation efforts. Your large breasts promise plentiful milk and @@.green;improve@@ your public image.
......
...@@ -2104,7 +2104,7 @@ As the remote surgery's long recovery cycle completes, ...@@ -2104,7 +2104,7 @@ As the remote surgery's long recovery cycle completes,
<<set _genitalChanges.push('boobs'), $activeSlave.boobs -= Math.round($activeSlave.boobs * .1)>> <<set _genitalChanges.push('boobs'), $activeSlave.boobs -= Math.round($activeSlave.boobs * .1)>>
<</if>> <</if>>
<<set _physicalChanges = []>> <<set _physicalChanges = []>>
<<if (($activeSlave.shoulders-Math.abs($activeSlave.shouldersImplant) > -1 && ($activeSlave.hips-Math.abs($activeSlave.hipsImplant) > -1))>> <<if (($activeSlave.shoulders-Math.abs($activeSlave.shouldersImplant) > -1) && ($activeSlave.hips-Math.abs($activeSlave.hipsImplant) > -1))>>
<<set _physicalChanges.push('both ' + $possessive + ' hips and shoulders are @@.orange;less wide,@@'), $activeSlave.hips -= 1, $activeSlave.shoulders -= 1>> <<set _physicalChanges.push('both ' + $possessive + ' hips and shoulders are @@.orange;less wide,@@'), $activeSlave.hips -= 1, $activeSlave.shoulders -= 1>>
<<elseif ($activeSlave.shoulders-Math.abs($activeSlave.shouldersImplant) > -1)>> <<elseif ($activeSlave.shoulders-Math.abs($activeSlave.shouldersImplant) > -1)>>
<<set _physicalChanges.push($possessive + ' shoulders are @@.orange;less wide,@@'), $activeSlave.shoulders -= 1>> <<set _physicalChanges.push($possessive + ' shoulders are @@.orange;less wide,@@'), $activeSlave.shoulders -= 1>>
......
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