Skip to content
Snippets Groups Projects
Commit e1c2c775 authored by Anony's avatar Anony
Browse files

Remove organ farm upgrades to top section for consistency

parent aebcda8d
No related branches found
No related tags found
1 merge request!5859Move organ farm upgrades to top section for consistency
...@@ -44,6 +44,56 @@ The Organ Farm ...@@ -44,6 +44,56 @@ The Organ Farm
<br> <br>
<</if>> <</if>>
<<if ($youngerOvaries != 1) && ($rep <= 10000*_PCSkillCheck)>>
//You lack the reputation to access designs for cloning fertile ovaries for menopausal slaves.//
<br>
<<elseif ($youngerOvaries != 1) && ($rep > 10000*_PCSkillCheck)>>
[[Purchase designs for cloning fertile ovaries for menopausal slaves|Organ Farm][cashX(forceNeg(30000*_PCSkillCheck), "capEx"), $youngerOvaries = 1]]
//Costs <<print cashFormat(30000*_PCSkillCheck)>>//
<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will allow the growth of younger, fertile ovaries for menopausal slaves. Restored fertility will only last for a couple years at most.//
<br>
<<elseif ($youngerOvaries > 0)>>
The organ farm is capable of growing fertile ovaries for postmenopausal slaves.
<br>
<</if>>
<<if $asexualReproduction == 1>>
The organ farm is capable of growing modified ovary pairs capable of self-fertilization.
<br>
<</if>>
<<if $seePreg != 0 && $seeBestiality == 1 && $cheatMode == 1>>
<<if $farmyardLabUpgrades.animalOvaries > 0>>
<<if $animalOvaries < 1>>
//You lack the required designs for cloning animal ovaries for slaves.//
<br>
<<else>>
The organ farm is capable of growing animal ovaries for slaves.
<br>
<</if>>
<</if>>
<<if $farmyardLabUpgrades.animalTesticles > 0>>
<<if $animalTesticles < 1>>
//You lack the required designs for cloning animal testicles for slaves.//
<br>
<<else>>
The organ farm is capable of growing animal testicles for slaves.
<br>
<</if>>
<</if>>
<<if $farmyardLabUpgrades.animalMpreg > 0 && $arcologies[0].FSGenderRadicalistResearch == 1>>
<<if $animalMpreg < 1>>
//You lack the required designs for cloning animal anal wombs and ovaries for slaves.//
<br>
<<else>>
The organ farm is capable of growing animal anal wombs and ovaries for slaves.
<br>
<</if>>
<</if>>
<</if>>
<br> <br>
Organ Production Organ Production
<hr> <hr>
...@@ -105,56 +155,6 @@ Organ Production ...@@ -105,56 +155,6 @@ Organ Production
<br> <br>
<</if>> <</if>>
<<if ($youngerOvaries != 1) && ($rep <= 10000*_PCSkillCheck)>>
//You lack the reputation to access designs for cloning fertile ovaries for menopausal slaves.//
<br>
<<elseif ($youngerOvaries != 1) && ($rep > 10000*_PCSkillCheck)>>
[[Purchase designs for cloning fertile ovaries for menopausal slaves|Organ Farm][cashX(forceNeg(30000*_PCSkillCheck), "capEx"), $youngerOvaries = 1]]
//Costs <<print cashFormat(30000*_PCSkillCheck)>>//
<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will allow the growth of younger, fertile ovaries for menopausal slaves. Restored fertility will only last for a couple years at most.//
<br>
<<elseif ($youngerOvaries > 0)>>
The organ farm is capable of growing fertile ovaries for postmenopausal slaves.
<br>
<</if>>
<<if $asexualReproduction == 1>>
The organ farm is capable of growing modified ovary pairs capable of self-fertilization.
<br>
<</if>>
<<if $seePreg != 0 && $seeBestiality == 1 && $cheatMode == 1>>
<<if $farmyardLabUpgrades.animalOvaries > 0>>
<<if $animalOvaries < 1>>
//You lack the required designs for cloning animal ovaries for slaves.//
<br>
<<else>>
The organ farm is capable of growing animal ovaries for slaves.
<br>
<</if>>
<</if>>
<<if $farmyardLabUpgrades.animalTesticles > 0>>
<<if $animalTesticles < 1>>
//You lack the required designs for cloning animal testicles for slaves.//
<br>
<<else>>
The organ farm is capable of growing animal testicles for slaves.
<br>
<</if>>
<</if>>
<<if $farmyardLabUpgrades.animalMpreg > 0 && $arcologies[0].FSGenderRadicalistResearch == 1>>
<<if $animalMpreg < 1>>
//You lack the required designs for cloning animal anal wombs and ovaries for slaves.//
<br>
<<else>>
The organ farm is capable of growing animal anal wombs and ovaries for slaves.
<br>
<</if>>
<</if>>
<</if>>
<br> <br>
Future Societies Research Future Societies Research
<hr> <hr>
......
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