diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index 849639b630c01ffe46b118c701d3247dc4305392..24ab3dd023d6c792636d4e8d509086ffd71398f3 100644
--- a/devNotes/VersionChangeLog-Premod+LoliMod.txt
+++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt
@@ -4,6 +4,10 @@
 
 10/08/2018
 
+	5
+	-fixes
+	-more clothing vectors from deepmurk
+
 	4
 	-fixes
 
diff --git a/src/SecExp/SecExpBackwardCompatibility.tw b/src/SecExp/SecExpBackwardCompatibility.tw
index 17b38dcb25ba54c9955115271c3d74ccc42ef305..7e471b4611ababd3632a30b55244bb0eae7da7ca 100644
--- a/src/SecExp/SecExpBackwardCompatibility.tw
+++ b/src/SecExp/SecExpBackwardCompatibility.tw
@@ -43,6 +43,7 @@
 <<if ndef $lastAttackWeeks>>
 	<<set $lastAttackWeeks = 0>>
 <</if>>
+<<set $lastRebellionWeeks = Number($lastRebellionWeeks) || 0>>
 <<if ndef $hasFoughtOnce>>
 	<<set $hasFoughtOnce = 0>>
 <</if>>
diff --git a/src/SecExp/edicts.tw b/src/SecExp/edicts.tw
index ad04f902add45b146ba8b71633e29fee0aa6b764..bbf21ceca64745f03da68c99ab192f3fb5acef13 100644
--- a/src/SecExp/edicts.tw
+++ b/src/SecExp/edicts.tw
@@ -701,7 +701,7 @@
 			<<else>>
 				<br>//Not enough Authority.//
 			<</if>>
-			<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will increase attack, morale and hp of mercenary units, but will incur upkeep costs.//
+			<br>&nbsp;&nbsp;&nbsp;&nbsp;//Will increase attack, morale and hp of slave units, but will incur upkeep costs.//
 		<</if>>
 	<</if>>
 
diff --git a/src/SecExp/secInit.tw b/src/SecExp/secInit.tw
index 84654fea324a557daadaa58dc5aa99f3cf083d91..39fea547054bf9aa89b5b95573c7bb9167522896 100644
--- a/src/SecExp/secInit.tw
+++ b/src/SecExp/secInit.tw
@@ -14,6 +14,7 @@
 <<set $attackType = "none">>
 <<set $attackThisWeek = 0>>
 <<set $lastAttackWeeks = 0>>
+<<set $lastRebellionWeeks = 0>>
 <<set $hasFoughtOnce = 0>>
 <<set $hasFoughtMajorBattleOnce = 0>>
 <<set $hasRebelledOnce = 0>>