From 0b0b0d89cfe7c39ffe00f613f02495b51d4f6d6c Mon Sep 17 00:00:00 2001
From: klorpa <30924131+klorpa@users.noreply.github.com>
Date: Tue, 7 Aug 2018 21:37:31 -0500
Subject: [PATCH] BackCom

---
 src/uncategorized/BackwardsCompatibility.tw | 19 ++++++++++++-------
 1 file changed, 12 insertions(+), 7 deletions(-)

diff --git a/src/uncategorized/BackwardsCompatibility.tw b/src/uncategorized/BackwardsCompatibility.tw
index e0c3184cf5a..34445bc3f7c 100644
--- a/src/uncategorized/BackwardsCompatibility.tw
+++ b/src/uncategorized/BackwardsCompatibility.tw
@@ -354,7 +354,6 @@
 <<if ndef $menstruation>>
 	<<set $menstruation = 0>>
 <</if>>
-
 <<if ndef $FCTVenable>>
 	<<set $FCTVenable = 1>>
 <</if>>
@@ -448,9 +447,6 @@
 <<if ndef $startingPoint>>
 	<<set $startingPoint = -1>>
 <</if>>
-<<if ndef $PhysicalRetirementAgePolicy>>
-	<<set $PhysicalRetirementAgePolicy = 0>>
-<</if>>
 <<if ndef $raped>>
 	<<set $raped = -1>>
 <</if>>
@@ -548,10 +544,10 @@
 	<<set $incubatorSlaves = 0>>
 <</if>>
 <<if ndef $incubatorOrgans>>
-<<set $incubatorOrgans = []>>
+	<<set $incubatorOrgans = []>>
 <</if>>
 <<if ndef $incubatorOldID>>
-<<set $incubatorOldID = 0>>
+	<<set $incubatorOldID = 0>>
 <</if>>
 <<if ndef $incubatorUpgradeSpeed>>
 	<<set $incubatorUpgradeSpeed = 5>>
@@ -569,7 +565,7 @@
 	<<set $incubatorUpgradeGrowthStims = 0>>
 <</if>>
 <<if ndef $incubatorUpgradeOrgans>>
-<<set $incubatorUpgradeOrgans = 0>>
+	<<set $incubatorUpgradeOrgans = 0>>
 <</if>>
 <<if ndef $incubatorImprintSetting>>
 	<<set $incubatorImprintSetting = 0>>
@@ -2117,9 +2113,18 @@ Setting missing global variables:
 <<if ndef $customRetirementAge>>
 <<set $customRetirementAge = 45>>
 <</if>>
+<<if ndef $retirementCum>>
+<<set $retirementCum = 500000>>
+<</if>>
 <<if ndef $CustomRetirementAgePolicy>>
 <<set $CustomRetirementAgePolicy = 0>>
 <</if>>
+<<if ndef $PhysicalRetirementAgePolicy>>
+	<<set $PhysicalRetirementAgePolicy = 0>>
+<</if>>
+<<if ndef $CumMilestoneRetirement>
+	<<set $CumMilestoneRetirement = 0>>
+<</if>>
 <<if ndef $BioreactorRetirement>>
 <<set $BioreactorRetirement = 0>>
 <</if>>
-- 
GitLab