Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fc-pregmod
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
macaronideath
fc-pregmod
Commits
27f93ab3
Commit
27f93ab3
authored
5 years ago
by
Arkerthan
Browse files
Options
Downloads
Patches
Plain Diff
move organFarm calls to remoteSurgery.tw
parent
fede8502
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/pregmod/organFarmOptions.tw
+0
-14
0 additions, 14 deletions
src/pregmod/organFarmOptions.tw
src/uncategorized/remoteSurgery.tw
+13
-8
13 additions, 8 deletions
src/uncategorized/remoteSurgery.tw
with
13 additions
and
22 deletions
src/pregmod/organFarmOptions.tw
deleted
100644 → 0
+
0
−
14
View file @
fede8502
:: 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>
This diff is collapsed.
Click to expand it.
src/uncategorized/remoteSurgery.tw
+
13
−
8
View file @
27f93ab3
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment