Skip to content
Snippets Groups Projects
Commit 05c5ee56 authored by thaumx's avatar thaumx
Browse files

Added support for reputation from large non-implant balls

parent 18ca8e1b
Branches
Tags
No related merge requests found
......@@ -247,9 +247,9 @@ On formal occasions, you are announced as $PCTitle.
Society loves fake butts and yours are no exception; your ass implants @@.green;improve@@ your public image.
<<set $rep += (7*$PC.butt)>>
<</if>>
<<if $PC.ballsImplant > 1>>
<<if $PC.ballsImplant > $PC.balls>>
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)>>
<<set $rep += (5*($PC.ballsImplant-$PC.balls))>>
<</if>>
<<elseif $arcologies[0].FSBodyPurist != "unset">>
<<if $PC.boobsImplant == 1>>
......@@ -260,9 +260,18 @@ On formal occasions, you are announced as $PCTitle.
Society finds fake butts unsightly and yours is no exception; your inflated ass @@.red;harms@@ your public image.
<<set $rep -= (10*$PC.butt)>>
<</if>>
<<if $PC.ballsImplant > 1>>
<<if $PC.ballsImplant > 1 && $PC.balls == 0>>
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)>>
<<set $rep -= (10*($PC.ballsImplant-$PC.balls))>>
<</if>>
<<elseif ($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>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment