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

fixes

parent 18a26ba4
Branches
Tags
No related merge requests found
......@@ -30,7 +30,7 @@
Its leadership has control of approximately @@.orange;<<print Math.trunc(($arcologies[$i].ownership*random(100-$economicUncertainty,100+$economicUncertainty))/100)>>%@@ of the arcology<<if $arcologies[$i].minority > $arcologies[$i].ownership-10>>, a dangerously narrow margin over competition with a @@.tan;<<print Math.trunc(($arcologies[$i].minority*random(100-$economicUncertainty,100+$economicUncertainty))/100)>>%@@ share<</if>>.
<</if>>
<</if>>
<<if $arcologies[$i].PCminority > 0>>You own @@.lime;$arcologies[$i].PCminority%@@ of this arcology<</if>><<if ($arcologies[$i].government == "your trustees") || ($arcologies[$i].government == "your agent")>><<if $arcologies[$i].minority > $arcologies[$i].PCminority-10>>, a dangerously narrow margin over competition with a @.red;<<print Math.trunc(($arcologies[$i].minority*random(100-$economicUncertainty,100+$economicUncertainty))/100)>>%@@ share<</if>>.<</if>>
<<if $arcologies[$i].PCminority > 0>>You own @@.lime;$arcologies[$i].PCminority%@@ of this arcology<</if>><<if ($arcologies[$i].government == "your trustees") || ($arcologies[$i].government == "your agent")>><<if $arcologies[$i].minority > $arcologies[$i].PCminority-10>>, a dangerously narrow margin over competition with a @.red;<<print Math.trunc(($arcologies[$i].minority*random(100-$economicUncertainty,100+$economicUncertainty))/100)>>%@@ share<</if><</if>>.
<<set $economicUncertainty -= 2*$assistantPower>>
The arcology has an estimated GSP of @@.yellowgreen;¤<<print Math.trunc((0.1*$arcologies[$i].prosperity*random(100-$economicUncertainty,100+$economicUncertainty))/100)>>m,@@
<<if Math.abs($arcologies[$i].prosperity - $averageProsperity) < 5>>
......
......@@ -881,6 +881,24 @@
<</if>> /* closes mute exempt */
/*
<<if ($PC.Vagina == 1)>>
<<if ($eventSlave.devotion <= 20)>>
<<if (($eventSlave.trust > -20 && $eventSlave.behavioralFlaw == "arrogant") || ($eventSlave.trust > 20))>>
<<if ($eventSlave.health > 20)>>
<<if ($eventSlave.enery > 50)>>
<<if canAchieveErection($eventSlave)>>
<<if ($Bodyguard == 0)>>
<<set $RESSevent.push("mutinery attempt")>>
<</if>>
<</if>>
<</if>>
<</if>>
<</if>>
<</if>>
<</if>>
*/
<<if ($eventSlave.devotion >= 20)>>
<<if ($eventSlave.collar == "ball gag" || $eventSlave.collar == "bit gag" || $eventSlave.collar == "dildo gag")>>
<<set $RESSTRevent.push("gagged slave")>>
......
......@@ -60,7 +60,7 @@
($Flag == 0 && s.assignment != "be confined in the arcade")
|| ($Flag != 0 && s.assignment == "be confined in the arcade"))),
"Pit": s => (s.assignmentVisible == 1 && s.fuckdoll == 0 && (
($Flag == 0 && !$fighterIDs.includes(s.ID) && (s.assignment != "work in the dairy" || $dairyRestraintsSetting < 2 || canWalk(s)))
($Flag == 0 && !$fighterIDs.includes(s.ID) && (s.assignment != "guard you") && (s.assignment != "work in the dairy" || $dairyRestraintsSetting < 2 || canWalk(s)))
|| ($Flag != 0 && $fighterIDs.includes(s.ID)))),
"Coursing Association": s => (s.assignmentVisible == 1 && s.fuckdoll == 0 && (
($Flag == 0 && canWalk(s) && $Lurcher.ID != s.ID)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment