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

fix

parent c7c14a27
Branches
Tags
1 merge request!1443Condition fix (v346.1)
...@@ -437,7 +437,7 @@ You head down to your <<if $surgeryUpgrade == 1>>heavily upgraded and customized ...@@ -437,7 +437,7 @@ You head down to your <<if $surgeryUpgrade == 1>>heavily upgraded and customized
<</if>> <</if>>
/* ovary renewal */ /* ovary renewal */
<<if _slaveOrgans.freshOvaries != 0>> <<if _slaveOrgans.freshOvaries != 0>>
<<if ($activeSlave.ovaries == 1) || ($activeSlave.mpreg == 1) && ($activeSlave.bellyImplant == -1) && ($activeSlave.physicalAge < 60)>> <<if (($activeSlave.ovaries == 1) || ($activeSlave.mpreg == 1)) && ($activeSlave.bellyImplant == -1) && ($activeSlave.physicalAge < 60)>>
<<set $cash -= $surgeryCost>> <<set $cash -= $surgeryCost>>
<<if $activeSlave.ovaryAge >= 47>> <<if $activeSlave.ovaryAge >= 47>>
<<set $activeSlave.ovaryAge = 45>> <<set $activeSlave.ovaryAge = 45>>
...@@ -466,6 +466,7 @@ You head down to your <<if $surgeryUpgrade == 1>>heavily upgraded and customized ...@@ -466,6 +466,7 @@ You head down to your <<if $surgeryUpgrade == 1>>heavily upgraded and customized
<br><hr> <br><hr>
<<include "Surgery Degradation">> <<include "Surgery Degradation">>
<<elseif ($activeSlave.physicalAge >= 60)>> <<elseif ($activeSlave.physicalAge >= 60)>>
<br><hr>
@@.red;This slave's body is too old to handle pregnancy.@@ @@.red;This slave's body is too old to handle pregnancy.@@
<<elseif ($activeSlave.mpreg == 0 && $activeSlave.ovaries == 0) || $activeSlave.bellyImplant != -1>> <<elseif ($activeSlave.mpreg == 0 && $activeSlave.ovaries == 0) || $activeSlave.bellyImplant != -1>>
<br><hr> <br><hr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment