From e3b077913e84315a2b9be70ec37db846ad7d3dfd Mon Sep 17 00:00:00 2001
From: Void <okp57855@psoxs.com>
Date: Thu, 5 Oct 2017 14:33:06 +1300
Subject: [PATCH] fixes

---
 src/uncategorized/corporationDevelopments.tw | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/uncategorized/corporationDevelopments.tw b/src/uncategorized/corporationDevelopments.tw
index 95e9bd91419..e579238753a 100644
--- a/src/uncategorized/corporationDevelopments.tw
+++ b/src/uncategorized/corporationDevelopments.tw
@@ -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>>
 	<</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>
 	<<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 obedience.
-	<</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>>
+		<<else>>The corporation trains slaves regardless of devotion.<</if>>
+	<<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 $entrapmentAssets >= 10000>>
 	<<if $entrapmentUpgradeIntelligence == "unselected">>
 		<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
 	<br>
 	<<if $surgicalUpgradeImplants == "applied">>Slaves are given basic 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>>
 	<<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>>
-- 
GitLab