From b2c28efe8ca1dc37183b85e3d94c19f335819e43 Mon Sep 17 00:00:00 2001
From: DCoded <dcoded@live.com>
Date: Sun, 23 Sep 2018 19:12:54 -0700
Subject: [PATCH] Added nursery stuff

---
 src/uncategorized/costsReport.tw | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/uncategorized/costsReport.tw b/src/uncategorized/costsReport.tw
index cad3c54ed3c..af4b0d7f7cf 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">>
-- 
GitLab