diff --git a/src/uncategorized/costsBudget.tw b/src/uncategorized/costsBudget.tw index 90c1060dacf6a0cb755512343729602cc31a2b59..59488f0bb9c063614ba2af1a88d130a9bc4063b7 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>>