diff --git a/src/uncategorized/costsBudget.tw b/src/uncategorized/costsBudget.tw index 8893e0a45b493d2851c7981416548cfb8a45495f..a510fb74aed9eb5afb0eea275c30e9ca1e72a069 100644 --- a/src/uncategorized/costsBudget.tw +++ b/src/uncategorized/costsBudget.tw @@ -741,18 +741,18 @@ for(var i = 0; i < State.variables.lastWeeksCashIncome.length; i++){ <<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>//@@.red;-<<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>//@@.red;-+<<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>>