Skip to content
Snippets Groups Projects
Commit 6bee43b9 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

better checks for these fields

parent 5953fd0d
Branches
Tags
1 merge request!3386Cost budget and economy js fixes mostly for house servants
......@@ -1098,7 +1098,7 @@ for(var i = 0; i < State.variables.lastWeeksCashIncome.length; i++){
</td>
</tr>
<</if>>
<<if $marketAssistantLimit>>
<<if $lastWeeksCashIncome.menialTransfer || $lastWeeksCashExpenses.menialTransfer>>
<tr>
<td>Menials: [[Assistant's|Personal assistant options][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]] flipping</td>
<td>
......@@ -1126,7 +1126,9 @@ for(var i = 0; i < State.variables.lastWeeksCashIncome.length; i++){
<</if>>
</td>
</tr>
<</if>>
<<if $lastWeeksCashIncome.fuckdollsTransfer || $lastWeeksCashExpenses.fuckdollsTransfer>>
<tr>
<td>Fuckdolls: [[Assistant's|Personal assistant options][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]] flipping</td>
<td>
......@@ -1154,7 +1156,9 @@ for(var i = 0; i < State.variables.lastWeeksCashIncome.length; i++){
<</if>>
</td>
</tr>
<</if>>
<<if $lastWeeksCashIncome.menialBioreactorsTransfer || $lastWeeksCashExpenses.menialBioreactorsTransfer>>
<tr>
<td>Bioreactors: [[Assistant's|Personal assistant options][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]] flipping</td>
<td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment