diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index c008b311e8b44d4beaecd21aa3cdfe17f46597d0..e603eb700c69a1766b28a1635844ba22827bebb5 100644
--- a/devNotes/VersionChangeLog-Premod+LoliMod.txt
+++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt
@@ -4,8 +4,11 @@
 
 1/31/18
 
+	320
+	-fix to assignWidgets not porperly handling facility head assignment
+
 	319
-	-anon's master slaving multislave personal training
+	-anon's master slaver multislave personal training
 	-fixes
 
 1/30/18
diff --git a/src/utility/assignWidgets.tw b/src/utility/assignWidgets.tw
index b89af3abb850ee9b344e5919841a6fcb530c5c18..7831703b86e03dcceb889d8cb2f756ba0b35faf5 100644
--- a/src/utility/assignWidgets.tw
+++ b/src/utility/assignWidgets.tw
@@ -54,7 +54,7 @@
 			<<default>>
 				<<set $args[0].livingRules = "normal">>
 			<</switch>>
-		<<case "live with your head girl" "live with your Head Girl" "head girl suite" "hgsuite">>
+		<<case "live with your head girl" "head girl suite" "hgsuite">>
 			<<set $args[0].assignment = "live with your Head Girl",     $args[0].assignmentVisible = 0, $HGSuiteSlaves++, $HGSuiteiIDs.push(_wID)>>
 			<<set $args[0].livingRules = "luxurious">>
 		<<case "serve in the master suite" "master suite" "mastersuite">>
@@ -80,10 +80,10 @@
 			<<default>>
 				<<set $args[0].livingRules = "luxurious">>
 			<</switch>>
-		<<case "be the Attendant" "be your Concubine" "be the DJ" "be the Madam" "be the Milkmaid" "be the Nurse" "be the Schoolteacher" "be the Stewardess" "be the Wardeness">>
+		<<case "be the attendant" "be your concubine" "be the dj" "be the madam" "be the milkmaid" "be the nurse" "be the schoolteacher" "be the stewardess" "be the wardeness">>
 			<<set $args[0].assignment = $args[1],                       $args[0].assignmentVisible = 0>>     /* non-visible leadership roles */
 			<<set $args[0].livingRules = "luxurious">>
-		<<case "be your Head Girl">>
+		<<case "be your head girl">>
 			<<set $args[0].assignment = $args[1]>>
 			<<if $HGSuite == 1>>
 				<<set $args[0].livingRules = "luxurious">>