Skip to content
Snippets Groups Projects
Commit f983a9a6 authored by klorpa's avatar klorpa
Browse files

Update costsReport.tw

parent 9efe428e
No related branches found
No related tags found
No related merge requests found
......@@ -420,13 +420,13 @@ your __personal living expenses__ are <<print cashFormat(($girls*(250+($economy*
<</if>>
<<if !canHear($slaves[$i]) && ($slaves[$i].assignment != "work in the dairy" || $dairyRestraintsSetting < 2) && ($slaves[$i].assignment != "be confined in the arcade")>>
<br>&nbsp;&nbsp;&nbsp;&nbsp;Increased living expenses due to lack of hearing: <<print cashFormat(40)>>
<<set $individualCosts += 40>>
<<set $individualCosts += 20>>
<<elseif $slaves[$i].hears <= -1 && $slaves[$i].earwear != "hearing aids">>
<br>&nbsp;&nbsp;&nbsp;&nbsp;Increased living expenses due to poor hearing: <<print cashFormat(15)>>
<<set $individualCosts += 15>>
<<set $individualCosts += 5>>
<<elseif ($slaves[$i].earwear == "muffling ear plugs")>>
<br>&nbsp;&nbsp;&nbsp;&nbsp;Increased living expenses due to muffled hearing: <<print cashFormat(15)>>
<<set $individualCosts += 15>>
<<set $individualCosts += 5>>
<</if>>
<<if ($slaves[$i].assignment != "work in the dairy" || $dairyRestraintsSetting < 2) && ($slaves[$i].assignment != "be confined in the arcade")>>
<<if ($slaves[$i].amp != 0)>>
......
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