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

Merge branch 'master' into 'pregmod-master'

fixes

See merge request pregmodfan/fc-pregmod!860
parents 45b212a6 e3b07791
No related branches found
No related tags found
2 merge requests!1155Pregmod master,!860fixes
...@@ -986,14 +986,14 @@ You hold $personalShares shares personally while $publicShares are publicly held ...@@ -986,14 +986,14 @@ You hold $personalShares shares personally while $publicShares are publicly held
| <<link "No focus">><<set $entrapmentUpgradeDevotionTwo = "none">><<replace "#direction">><br><<print "You directed the corporation to train slaves regardless of devotion.">><</replace>><</link>> | <<link "No focus">><<set $entrapmentUpgradeDevotionTwo = "none">><<replace "#direction">><br><<print "You directed the corporation to train slaves regardless of devotion.">><</replace>><</link>>
<</if>> <</if>>
<</if>> <</if>>
<<if $entrapmentUpgradeDevotionTwo != "unselected" || $entrapmentUpgradeDevotionOne != "unselected">> <br>
<<if $entrapmentUpgradeDevotionOne == "obedience">>The corporation selects slaves who are predisposed to obedience.
<<else>>The corporation trains slaves regardless of obedience.<</if>>
<<link "Refocus">><<set $entrapmentUpgradeDevotionOne = "unselected">><<replace "#direction">><br><<print "You direct the corporation to halt the current focus and prepare for a change in direction.">><</replace>><</link>>
<br> <br>
<<if $entrapmentUpgradeDevotionTwo == "devotion">>The corporation selects slaves who are predisposed to devotion. <<if $entrapmentUpgradeDevotionTwo == "devotion">>The corporation selects slaves who are predisposed to devotion.
<<elseif $entrapmentUpgradeDevotionOne == "obedience">>The corporation selects slaves who are predisposed to obedience. <<else>>The corporation trains slaves regardless of devotion.<</if>>
<<else>>The corporation trains slaves regardless of obedience. <<link "Refocus">><<set $entrapmentUpgradeDevotionTwo = "unselected">><<replace "#direction">><br><<print "You direct the corporation to halt the current focus and prepare for a change in direction.">><</replace>><</link>>
<</if>>
<<link "Refocus">><<set $entrapmentUpgradeDevotionTwo = "unselected">><<set $entrapmentUpgradeDevotionOne = "unselected">><<replace "#direction">><br><<print "You direct the corporation to halt the current focus and prepare for a change in direction.">><</replace>><</link>>
<</if>>
<<if $entrapmentAssets >= 10000>> <<if $entrapmentAssets >= 10000>>
<<if $entrapmentUpgradeIntelligence == "unselected">> <<if $entrapmentUpgradeIntelligence == "unselected">>
<br>The corporation is entrapping enough slaves to specialize. Focus on slaves who are <br>The corporation is entrapping enough slaves to specialize. Focus on slaves who are
...@@ -1141,7 +1141,7 @@ You hold $personalShares shares personally while $publicShares are publicly held ...@@ -1141,7 +1141,7 @@ You hold $personalShares shares personally while $publicShares are publicly held
<br> <br>
<<if $surgicalUpgradeImplants == "applied">>Slaves are given basic implants before being marketed. <<if $surgicalUpgradeImplants == "applied">>Slaves are given basic implants before being marketed.
<<elseif $surgicalUpgradeImplants == "applied">>Slaves are given absurd-sized implants before being marketed. <<elseif $surgicalUpgradeImplants == "applied">>Slaves are given absurd-sized implants before being marketed.
<<else>>The corporation does not bother with straightforward cosmetic surgery for slaves. <<else>>The corporation does not bother with installing implants in slaves.
<</if>> <</if>>
<<link "Refocus">><<set $surgicalUpgradeImplants = "unselected">><<replace "#direction">><br><<print "You direct the corporation to halt the current focus and prepare for a change in direction.">><</replace>><</link>> <<link "Refocus">><<set $surgicalUpgradeImplants = "unselected">><<replace "#direction">><br><<print "You direct the corporation to halt the current focus and prepare for a change in direction.">><</replace>><</link>>
<</if>> <</if>>
......
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