Skip to content
Snippets Groups Projects
Commit b2c28efe authored by brickode's avatar brickode
Browse files

Added nursery stuff

parent 84414987
No related branches found
No related tags found
1 merge request!2620Nursery
......@@ -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">>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment