diff --git a/src/uncategorized/costsReport.tw b/src/uncategorized/costsReport.tw
index cad3c54ed3caf1e1387e5dfdee2a137662c0b945..af4b0d7f7cfccc0f37f681061b0e2963352e62ef 100644
--- a/src/uncategorized/costsReport.tw
+++ b/src/uncategorized/costsReport.tw
@@ -84,6 +84,9 @@ your __personal living expenses__ are <<print cashFormat(($girls*(250+($economy*
 <<if ($servantsQuarters > 0) && ($servantsQuartersUpgradeMonitoring > 0)>>
 	<br>__Servants' Quarters__ maintenance: <<print cashFormat((0.2*$servantsQuartersUpgradeMonitoring*$servantsQuarters*$facilityCost))>>
 <</if>>
+<<if $nursery > 0>>
+	<br>__Nursery maintenance: <<print cashFormat($nursery*$facilityCost)>>
+<</if>>
 <<if $farmyard > 0>>
 	<br>__Farmyard__ maintenance: <<print cashFormat($farmyard*$facilityCost)>>
 <</if>>
@@ -274,7 +277,7 @@ your __personal living expenses__ are <<print cashFormat(($girls*(250+($economy*
 		<<else>>
 			<<set _livingExpense = $rulesCost>>
 		<</if>>
-	<<case "rest in the spa">>
+	<<case "rest in the spa" "work as a nanny">>
 		<<if $slaves[$i].livingRules == "luxurious">>
 			<<set _livingExpense = ($rulesCost*1.75)>>
 		<<elseif $slaves[$i].livingRules == "normal">>
@@ -298,7 +301,7 @@ your __personal living expenses__ are <<print cashFormat(($girls*(250+($economy*
 		<<else>>
 			<<set _livingExpense = ($rulesCost*.9)>>
 		<</if>>
-	<<case "be the Madam" "be the DJ" "be the Nurse" "be the Wardeness" "be the Attendant" "be the Schoolteacher" "be the Stewardess" "be the Milkmaid">>
+	<<case "be the Madam" "be the DJ" "be the Nurse" "be the Wardeness" "be the Attendant" "be the Matron" "be the Schoolteacher" "be the Stewardess" "be the Milkmaid">>
 		<<set _livingExpense = ($rulesCost*2)>>
 	<<default>>
 		<<if $slaves[$i].livingRules == "luxurious">>