diff --git a/src/pregmod/organFarm.tw b/src/pregmod/organFarm.tw index 2e5cc1e60f216d6785d1a684e8a825aaec246b6a..52e1290ba537b159bffe9e2535e5424d05596f16 100644 --- a/src/pregmod/organFarm.tw +++ b/src/pregmod/organFarm.tw @@ -44,6 +44,56 @@ The Organ Farm <br> <</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> //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> Organ Production <hr> @@ -105,56 +155,6 @@ Organ Production <br> <</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> //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> Future Societies Research <hr>