Skip to content
Snippets Groups Projects
Commit 27f93ab3 authored by Arkerthan's avatar Arkerthan
Browse files

move organFarm calls to remoteSurgery.tw

parent fede8502
No related branches found
No related tags found
No related merge requests found
:: organFarmOptions [nobr]
<<run App.Medicine.OrganFarm.init()>>
<h2>Organ Farm</h2>
<h3>Grow new organs</h3>
<div class="indent">
<<print App.Medicine.OrganFarm.growActions($activeSlave, "$activeSlave")>>
</div>
<h3>Implant organs</h3>
<div class="indent">
<<print App.Medicine.OrganFarm.implantActions($activeSlave, "$activeSlave")>>
</div>
...@@ -1371,7 +1371,7 @@ ...@@ -1371,7 +1371,7 @@
</div> </div>
<<else>> <<else>>
<h3>Available treatments:</h3> <h3>Available treatments:</h3>
<div style="text-indent:2em"> <div style="text-indent:2em">
<<if $arcologies[0].childhoodFertilityInducedNCSResearch == 1>> <<if $arcologies[0].childhoodFertilityInducedNCSResearch == 1>>
<<if $activeSlave.geneMods.NCS == 0>> <<if $activeSlave.geneMods.NCS == 0>>
...@@ -1908,13 +1908,18 @@ ...@@ -1908,13 +1908,18 @@
<</if>> <</if>>
</div> </div>
<div style="text-indent:2em"> <<if $organFarmUpgrade >= 1 && $activeSlave.indentureRestrictions < 2>>
<<if $organFarmUpgrade >= 1>> /* ORGAN FARM */ <<run App.Medicine.OrganFarm.init()>> /* TODO move somewhere else */
<<if $activeSlave.indentureRestrictions < 2>> <h2>Organ Farm</h2>
<<include "organFarmOptions">> <h3>Grow new organs</h3>
<</if>> <div class="indent">
<</if>> /* CLOSES ORGAN FARM */ <<print App.Medicine.OrganFarm.growActions($activeSlave, "$activeSlave")>>
</div> </div>
<h3>Implant organs</h3>
<div class="indent">
<<print App.Medicine.OrganFarm.implantActions($activeSlave, "$activeSlave")>>
</div>
<</if>>
<h3>Perform more extreme surgery:</h3> <h3>Perform more extreme surgery:</h3>
......
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