diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index 12aa402ca35115218d755d39e1d49d3c847fbd74..92e06178bedbc95ce2023b8b8b43030a5534de23 100644
--- a/devNotes/VersionChangeLog-Premod+LoliMod.txt
+++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt
@@ -2,6 +2,12 @@
 
 0.10.7.0/1
 
+1/18/18
+
+	281
+	-fixed introSummary breast setting
+	-fixed an oversight in authorityReport
+
 1/17/18
 
 	280
diff --git a/src/SecExp/authorityReport.tw b/src/SecExp/authorityReport.tw
index 31ee3ea1c634e20b78dd42dec2ef34969879ad7d..7c6a727f989f9b586dc272ab0bf1450d5e749bc4 100644
--- a/src/SecExp/authorityReport.tw
+++ b/src/SecExp/authorityReport.tw
@@ -16,6 +16,8 @@
 	Your authority is low. You command no respect or fear from your citizens.
 <</if>>
 
+<<set _authGrowth = 0>>
+
 <<if $PC.career == "wealth">>
 	As part of the idle wealth, you were used to have obedience coming naturally to you. Now you find it harder to maintain authority over the arcology.
 	<<set _authGrowth -= 10 * random(5,15)>>
@@ -32,7 +34,7 @@
 	Given your past life as a gang leader, you find it easier to assert your authority over the arcology and its inhabitants.
 	<<set _authGrowth += 10 * random(5,15)>>
 <</if>>
-<<set _authGrowth = 0>>
+
 <<if $rep >= 19500>>
 	Your legend is so well known that your mere presence command respect and obedience, increasing your authority.
 	<<set _authGrowth += 10 * random(10,20)>>
diff --git a/src/events/intro/introSummary.tw b/src/events/intro/introSummary.tw
index 34b52ade05352869f88feb61083965d9dd6573f7..aa7bc8501a4127706c89f052a22cb47c7e7e50e5 100644
--- a/src/events/intro/introSummary.tw
+++ b/src/events/intro/introSummary.tw
@@ -662,9 +662,6 @@ __''Player Character''__
 	<</if>>
 
 	<br>
-	<<if ndef $PCCreationBoobSize && $PCCreationBreast>>
-		<<set $PCCreationBoobSize = "noticeable breasts", $PCCreationBreast = "all natural">> 
-	<</if>>
 	<<switch $PC.boobsBonus>>
 		<<case -1>>
 			<<set $PCCreationBoobSize = "unoticable C cups">>
@@ -694,9 +691,10 @@ __''Player Character''__
 			[[Go bigger|Intro Summary][$PC.boobsBonus = 2, $PC.boobsImplant = 0]] | [[Get implants|Intro Summary][$PC.boobsBonus = 2, $PC.boobsImplant = 1]] | [[Go smaller|Intro Summary][$PC.boobsBonus = -1, $PC.boobsImplant = 0]]
 		<<elseif $PC.boobsBonus == 2>>
 			[[Go smaller |Intro Summary][$PC.boobsBonus = 0, $boobsImplant = 0]]
-		<<else>>
-			[[Go smaller|Intro Summary][$PC.boobsBonus = 1, $PC.boobsImplant = 0]] | [[Go even smaller|Intro Summary][$PC.boobsBonus = 0, $PC.boobsImplant = 0]] | [[Remove them|Intro Summary][$PC.boobs = 0, $PC.boobsBonus = 0, $PC.boobsImplant = 0]]
+		<<elseif $PC.boobsBonus == -1>>
+			[[Go Bigger |Intro Summary][$PC.boobsBonus = 0]]
 		<</if>>
+		| [[Remove them|Intro Summary][$PC.boobs = 0, $PC.boobsBonus = 0, $PC.boobsImplant = 0]]
 	<<else>>
 		<<if $PC.title == 1>>
 			Your chest is ''manly.'' [[Add breasts|Intro Summary][$PC.boobs = 1, $PC.boobsBonus = -1]]
diff --git a/src/init/storyInit.tw b/src/init/storyInit.tw
index 7f47219aa2658528aaef62aab27f93d133e399f8..ed6a5887ecd0ea286164fc47b8f1f75cff110e59 100644
--- a/src/init/storyInit.tw
+++ b/src/init/storyInit.tw
@@ -221,6 +221,9 @@ You should have received a copy of the GNU General Public License along with thi
 			<<set $PC.belly = 0>>
 		<</if>>
 	<</if>>
+	<<if ndef $PC.degeneracy>>
+		<<set $PC.degeneracy = 0>>
+	<</if>>
 	<<set $PC.reservedChildren = 0>>
 <<else>>
 	<<set $slaves = []>>
diff --git a/src/uncategorized/BackwardsCompatibility.tw b/src/uncategorized/BackwardsCompatibility.tw
index a0a9d3f36f35c0126c245c3694456b798aebc12f..68ddf0d03abedde1e8f546f2604ef69caf17af52 100644
--- a/src/uncategorized/BackwardsCompatibility.tw
+++ b/src/uncategorized/BackwardsCompatibility.tw
@@ -232,6 +232,9 @@
 <<if ndef $PC.staminaPills>>
 	<<set $PC.staminaPills = 0>>
 <</if>>
+<<if ndef $PC.degeneracy>>
+	<<set $PC.degeneracy = 0>>
+<</if>>
 
 <<if ndef $universalRulesImmobileSlavesMaintainMuscles>>
 	<<set $universalRulesImmobileSlavesMaintainMuscles = 0>>