diff --git a/src/uncategorized/arcmgmt.tw b/src/uncategorized/arcmgmt.tw index 170da8bb72ebae6b1b12d5ddb39087cd64a8a934..7a7400ff708caa6cf7d8d0b2935101e29cd51f9b 100644 --- a/src/uncategorized/arcmgmt.tw +++ b/src/uncategorized/arcmgmt.tw @@ -1100,6 +1100,7 @@ This week, rents from $arcologies[0].name came to @@.yellowgreen;<<print cashFor <</if>> <<if $menials+$menialBioreactors+$fuckdolls > 0>> +<<set _menialEarnings = 0,_bioreactorEarnings = 0,_fuckdollsEarnings = 0>> You own <<if $menials > 0>> <<if $menials > Math.trunc(_LSCD / _slaveProductivity - _SCD)>> diff --git a/src/uncategorized/costsBudget.tw b/src/uncategorized/costsBudget.tw index 7728dd3556149d8e16d3e230289854fab36d3afd..a510fb74aed9eb5afb0eea275c30e9ca1e72a069 100644 --- a/src/uncategorized/costsBudget.tw +++ b/src/uncategorized/costsBudget.tw @@ -739,24 +739,22 @@ for(var i = 0; i < State.variables.lastWeeksCashIncome.length; i++){ </td> </tr> - // <<if $researchLab.hired != 0>> <tr> - <td>[[Research Lab][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]] ($researchLab.hired scientists)</td> + <td><i>[[Research Lab][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]] ($researchLab.hired scientists)</i></td> <td></td> - <td>@@.yellowgreen;+<<print cashFormat(Math.trunc(300*$researchLab.hired))>>@@</td> - <td>@@.red;-<<print cashFormat(Math.abs(Math.trunc(300*$researchLab.)hired))>>@@</td> + <td><i>@@.red;-<<print cashFormat(Math.trunc(300*$researchLab.hired))>>@@</i></td> + <td><i>@@.red;-<<print cashFormat(Math.abs(Math.trunc(300*$researchLab.hired)))>>@@</i></td> </tr> <</if>> <<if $researchLab.menials != 0>> <tr> - <td>[[Research Lab][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]] ($researchLab.menials menial Slaves)</td> + <td><i>[[Research Lab][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]] ($researchLab.menials menial Slaves)</i></td> <td></td> - <td>@@.yellowgreen;+<<print cashFormat(Math.trunc(100*$researchLab.menials))>>@@</td> - <td>@@.red;-<<print cashFormat(Math.abs(Math.trunc(100*$researchLab.)menials))>>@@</td> + <td><i>@@.red;-+<<print cashFormat(Math.trunc(100*$researchLab.menials))>>@@</i></td> + <td><i>@@.red;-<<print cashFormat(Math.abs(Math.trunc(100*$researchLab.)menials))>>@@</i></td> </tr> <</if>> - // <</if>> @@ -2457,7 +2455,7 @@ for(var i = 0; i < State.variables.lastWeeksCashIncome.length; i++){ <<elseif Math.trunc((($cash-$cashLastWeek) - $lastWeeksCashProfits.Total)) == 0>> <<print cashFormat(Math.trunc((($cash-$cashLastWeek) - $lastWeeksCashProfits.Total)))>> <<else>> - @@.red;-<<print cashFormat(Math.abs(Math.trunc((($cash-$c)ashLastWeek) - $lastWeeksCashProfits.Total)))>>@@ + @@.red;-<<print cashFormat(Math.abs(Math.trunc(($cash-$cashLastWeek) - $lastWeeksCashProfits.Total)))>>@@ <</if>></td> </tr> <</if>>