diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index 71d51df1ecdd5ba226e4133698a572e5344bf9c6..be799ff3bb2a7b9a9bb85e8e0eeb97c38bc4f4fd 100644
--- a/devNotes/VersionChangeLog-Premod+LoliMod.txt
+++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt
@@ -4,7 +4,13 @@
 
 12/26/17
 	
-	231
+	234
+	-SFanon's fixes and numbers commaing
+	
+	233
+	-fixes
+	
+	232
 	-saRules now applies to the master suite
 	-various little text fixes
 
diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw
index 6750834de70219fb2464ce8617173669d9fb1ab8..c22dc7c26e471167a984a8589a0ec4f548ee20c6 100644
--- a/src/uncategorized/RESS.tw
+++ b/src/uncategorized/RESS.tw
@@ -740,7 +740,6 @@ An escape attempt occurs and is stopped almost before you are informed of it. <<
 <<if $activeSlave.indentureRestrictions > 0>>
 	<br><br>
 	This behavior has violated her indenture contract, allowing you to apply more severe punishments that might otherwise breach it.
-	<<set $activeSlave.indentureRestrictions = 0>>
 <</if>>
 
 <<case "not my name">>
@@ -6636,14 +6635,6 @@ You tell her kindly that you understand, and that she'll be trained to address t
 	<<set $slaves.forEach(function(s) { if (s.devotion <= 20) { s.trust -= 5; } })>>
 	<</replace>>
 <</link>>
-<br><<link "Amputate the would-be escapee's limbs">>
-	<<EventNameDelink $activeSlave>>
-	<<replace "#result">>
-	The simple thing to do would be to sedate $activeSlave.slaveName and haul her to the remote surgery for her punishment. That would deny her the added weight of terror, however, and would stop your other slaves from learning by the sight of it. So, you restrain her, pronounce judgment, and drag her struggling, weeping form through the penthouse to the surgery. $activeSlave.slaveName is @@.mediumorchid;filled with implacable hatred@@ by this terrible punishment, and her @@.red;health is damaged@@ by the major surgery. However, every single one of your other slaves not already obedient to you is @@.gold;utterly terrified@@ by the example set.
-	<<set $activeSlave.devotion -= 50, $activeSlave.trust -= 50, $activeSlave.health -= 40, $activeSlave.amp = 1, $activeSlave.shoes = "none", $activeSlave.diet = "healthy", $activeSlave.heels = 0>>
-	<<set $slaves.forEach(function(s) { if (s.devotion <= 20) { s.trust -= 10; } })>>
-	<</replace>>
-<</link>>
 <br><<link "Clip the would-be escapee's tendons">>
 	<<EventNameDelink $activeSlave>>
 	<<replace "#result">>
@@ -6652,6 +6643,15 @@ You tell her kindly that you understand, and that she'll be trained to address t
 	<<set $slaves.forEach(function(s) { if (s.devotion <= 20) { s.trust -= 5; } })>>
 	<</replace>>
 <</link>>
+<<if $activeSlave.indentureRestrictions < 1>>
+<br><<link "Amputate the would-be escapee's limbs">>
+	<<EventNameDelink $activeSlave>>
+	<<replace "#result">>
+	The simple thing to do would be to sedate $activeSlave.slaveName and haul her to the remote surgery for her punishment. That would deny her the added weight of terror, however, and would stop your other slaves from learning by the sight of it. So, you restrain her, pronounce judgment, and drag her struggling, weeping form through the penthouse to the surgery. $activeSlave.slaveName is @@.mediumorchid;filled with implacable hatred@@ by this terrible punishment, and her @@.red;health is damaged@@ by the major surgery. However, every single one of your other slaves not already obedient to you is @@.gold;utterly terrified@@ by the example set.
+	<<set $activeSlave.devotion -= 50, $activeSlave.trust -= 50, $activeSlave.health -= 40, $activeSlave.amp = 1, $activeSlave.shoes = "none", $activeSlave.diet = "healthy", $activeSlave.heels = 0>>
+	<<set $slaves.forEach(function(s) { if (s.devotion <= 20) { s.trust -= 10; } })>>
+	<</replace>>
+<</link>>
 <<if $activeSlave.eyes != -2>>
 <br><<link "Blind the would-be escapee">>
 	<<EventNameDelink $activeSlave>>
@@ -6672,6 +6672,7 @@ You tell her kindly that you understand, and that she'll be trained to address t
 	<</replace>>
 <</link>>
 <</if>>
+<</if>>
 
 <<case "not my name">>
 
diff --git a/src/uncategorized/manageArcology.tw b/src/uncategorized/manageArcology.tw
index fb4a70eea1f6b323ed67bccb63ceb66a27692413..c281e97b49a79b9e82ac63b58160f60bd6af6d8b 100644
--- a/src/uncategorized/manageArcology.tw
+++ b/src/uncategorized/manageArcology.tw
@@ -133,8 +133,105 @@ __Construction__
 	<</if>>
 <</if>>
 
+<br><br>
 
+<<if $corpIncorporated == 1 || $corpMarket == 1>>
+	__Corporation__
+<<if $corpIncorporated == 1 && $corpMarket == 0>>
+	<<link "Disolve the corporation">>
+			<<set $corpIncorporated = 0>>
+			<<set $corpPeopleEnslaved = 0>>
+			<<set $slaveAssets = 0>>
+			<<set $slaveAssetPrice = 0>>
+			<<set $corpProfit = 0>>
+			<<set $corpCash = 0>>
+			<<set $mercenariesHelpCorp = 0>>
+			<<set $corpValue = 0>>
+			<<set $sharePrice = 0>>
+			<<set $oldSharePrice = 0>>
+			<<set $personalShares = 0>>
+			<<set $publicShares = 0>>
+			<<set $generalAssetPrice = 0>>
+			<<set $generalAssets = 0>>
+			<<set $entrapmentAssets = 0>>
+			<<set $entrapmentAssetPrice = 0>>
+			<<set $captureAssets = 0>>
+			<<set $captureAssetPrice = 0>>
+			<<set $trainingAssets = 0>>
+			<<set $trainingAssetPrice = 0>>
+			<<set $surgicalAssets = 0>>
+			<<set $surgicalAssetPrice = 0>>
+			<<set $drugAssets = 0>>
+			<<set $drugAssetPrice = 0>>
+			<<set $generalUpgradeBreaking = "">>
+			<<set $generalUpgradeWeight = "">>
+			<<set $generalUpgradeMuscle = "">>
+			<<set $entrapmentUpgradeDevotionOne = "", $entrapmentUpgradeDevotionTwo = "">>
+			<<set $entrapmentUpgradeIntelligence = "">>
+			<<set $captureUpgradeGender = "">>
+			<<set $surgicalUpgradeGenitalia = "">>
+			<<set $captureUpgradeAge = "">>
+			<<set $captureUpgradeRace = "">>
+			<<set $trainingUpgradeAccent = "">>
+			<<set $trainingUpgradeEducation = "">>
+			<<set $surgicalUpgradeCosmetics = "">>
+			<<set $surgicalUpgradeImplants = "">>
+			<<set $drugUpgradeHormones = "">>
+			<<set $drugUpgradeInjectionOne = "">>
+			<<set $drugUpgradeInjectionTwo = "">>
+			<<goto "Manage Arcology">>
+	<</link>>
+<<elseif $corpIncorporated == 1 && $corpMarket == 1>>
+	<br><<link "Disolve both corporation and the market">>
+			<<set $corpIncorporated = 0>>
+			<<set $corpPeopleEnslaved = 0>>
+			<<set $slaveAssets = 0>>
+			<<set $slaveAssetPrice = 0>>
+			<<set $corpProfit = 0>>
+			<<set $corpCash = 0>>
+			<<set $mercenariesHelpCorp = 0>>
+			<<set $corpValue = 0>>
+			<<set $sharePrice = 0>>
+			<<set $oldSharePrice = 0>>
+			<<set $personalShares = 0>>
+			<<set $publicShares = 0>>
+			<<set $generalAssetPrice = 0>>
+			<<set $generalAssets = 0>>
+			<<set $entrapmentAssets = 0>>
+			<<set $entrapmentAssetPrice = 0>>
+			<<set $captureAssets = 0>>
+			<<set $captureAssetPrice = 0>>
+			<<set $trainingAssets = 0>>
+			<<set $trainingAssetPrice = 0>>
+			<<set $surgicalAssets = 0>>
+			<<set $surgicalAssetPrice = 0>>
+			<<set $drugAssets = 0>>
+			<<set $drugAssetPrice = 0>>
+			<<set $generalUpgradeBreaking = "">>
+			<<set $generalUpgradeWeight = "">>
+			<<set $generalUpgradeMuscle = "">>
+			<<set $entrapmentUpgradeDevotionOne = "", $entrapmentUpgradeDevotionTwo = "">>
+			<<set $entrapmentUpgradeIntelligence = "">>
+			<<set $captureUpgradeGender = "">>
+			<<set $surgicalUpgradeGenitalia = "">>
+			<<set $captureUpgradeAge = "">>
+			<<set $captureUpgradeRace = "">>
+			<<set $trainingUpgradeAccent = "">>
+			<<set $trainingUpgradeEducation = "">>
+			<<set $surgicalUpgradeCosmetics = "">>
+			<<set $surgicalUpgradeImplants = "">>
+			<<set $drugUpgradeHormones = "">>
+			<<set $drugUpgradeInjectionOne = "">>
+			<<set $drugUpgradeInjectionTwo = "">>
+			<<set $corpMarket = 0>>
+			<<for _i = 0; _i < $sectors.length; _i++>>
+			<<if $sectors[_i].type == "CorporateMarket">><<set $sectors[_i].type = "Markets">><<break>><</if>>
+			<</for>>
+			<<goto "Manage Arcology">>
+	<</link>>
+<</if>>
 <br><br>
+<</if>>
 
 __Language__
 <br>The lingua franca of the arcology is ''$language''.