From 53b7f9d925e24370f3779c83ab59ff4a72e49e8b Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Mon, 26 Feb 2018 04:00:34 -0500
Subject: [PATCH] fixes

---
 devNotes/VersionChangeLog-Premod+LoliMod.txt | 6 +++++-
 src/uncategorized/storyCaption.tw            | 5 ++++-
 src/utility/raWidgets.tw                     | 2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index 42097cc9b20..bdca3dbc937 100644
--- a/devNotes/VersionChangeLog-Premod+LoliMod.txt
+++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt
@@ -4,9 +4,13 @@
 
 2/26/18
 
+	373
+	-raWidgets now will not complain about "please you"
+	-fixed policies and PA tabs requiring cybermod
+
 	372
 	-more prodding to seBirthWidgets
-	-sidebar redesign
+	-sidebar reorganization
 
 2/25/18
 
diff --git a/src/uncategorized/storyCaption.tw b/src/uncategorized/storyCaption.tw
index f8c80b30868..efd4f7b0a79 100644
--- a/src/uncategorized/storyCaption.tw
+++ b/src/uncategorized/storyCaption.tw
@@ -520,6 +520,7 @@
 		<<if $riotCenter == 1>>
 		<br><span id="riotCenter"><<link "Manage Rebels">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "riotControlCenter">><</link>></span> @@.cyan;[Shift+R]@@
 		<</if>>
+		<</if>>
 		<<if $cyberMod != 0 && $researchLab.built == "true">>
 			<br>[[Manage Research Lab|Research Lab][$temp = 0]]
 		<</if>>
@@ -530,6 +531,7 @@
 		<br>
 		<br><span id="PAOButton"><<link [[Personal Assistant|Personal assistant options]]>><</link>></span> @@.cyan;[T]@@
 		<br><span id="policyButton"><<link [[Policies]]>><</link>></span> @@.cyan;[Y]@@
+		<<if $secExp == 1>>
 		<br><span id="edictButton"><<link [[Edicts|edicts]]>><</link>></span> @@.cyan;[D]@@
 		<</if>>
 		<<if $FSAnnounced>>
@@ -559,7 +561,7 @@
 	<<if $riotCenter == 1>>
 	<br><span id="riotCenter"><<link "Manage Rebels">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "riotControlCenter">><</link>></span> @@.cyan;[Shift+R]@@
 	<</if>>
-
+	<</if>>
 	<<if $cyberMod != 0 && $researchLab.built == "true">>
 	<br>[[Manage Research Lab|Research Lab][$temp = 0]]
 	<</if>>
@@ -570,6 +572,7 @@
 	<br>
 	<br><span id="PAOButton"><<link [[Personal Assistant|Personal assistant options]]>><</link>></span> @@.cyan;[T]@@
 	<br><span id="policyButton"><<link [[Policies]]>><</link>></span> @@.cyan;[Y]@@
+	<<if $secExp == 1>>
 	<br><span id="edictButton"><<link [[Edicts|edicts]]>><</link>></span> @@.cyan;[D]@@
 	<</if>>
 	<<if $FSAnnounced>>
diff --git a/src/utility/raWidgets.tw b/src/utility/raWidgets.tw
index 7691dd36009..08e03e2438e 100644
--- a/src/utility/raWidgets.tw
+++ b/src/utility/raWidgets.tw
@@ -2957,7 +2957,7 @@ Your brand design is ''$brandDesign.''
 	<<case "no default setting">>
 		<<run delete _currentRule.setAssignment>>
 	
-	<<case "rest">>
+	<<case "rest" "please you">>
 		/% slaves always qualify for this assignment %/
 
 	<<case "live with your Head Girl">>
-- 
GitLab