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

better checks for these fields

parent 05dc5f1c
No related branches found
No related tags found
1 merge request!3386Cost budget and economy js fixes mostly for house servants
...@@ -1124,7 +1124,9 @@ for(var i = 0; i < State.variables.lastWeeksCashIncome.length; i++){ ...@@ -1124,7 +1124,9 @@ for(var i = 0; i < State.variables.lastWeeksCashIncome.length; i++){
<</if>> <</if>>
</td> </td>
</tr> </tr>
<</if>>
<<if $lastWeeksCashIncome.fuckdollsTransfer || $lastWeeksCashExpenses.fuckdollsTransfer>>
<tr> <tr>
<td>Fuckdolls: [[Assistant's|Personal assistant options][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]] flipping</td> <td>Fuckdolls: [[Assistant's|Personal assistant options][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]] flipping</td>
<td> <td>
...@@ -1152,7 +1154,9 @@ for(var i = 0; i < State.variables.lastWeeksCashIncome.length; i++){ ...@@ -1152,7 +1154,9 @@ for(var i = 0; i < State.variables.lastWeeksCashIncome.length; i++){
<</if>> <</if>>
</td> </td>
</tr> </tr>
<</if>>
<<if $lastWeeksCashIncome.menialBioreactorsTransfer || $lastWeeksCashExpenses.menialBioreactorsTransfer>>
<tr> <tr>
<td>Bioreactors: [[Assistant's|Personal assistant options][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]] flipping</td> <td>Bioreactors: [[Assistant's|Personal assistant options][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]] flipping</td>
<td> <td>
......
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