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

switch to a different italic format

parent b1f997bf
No related branches found
No related tags found
1 merge request!3386Cost budget and economy js fixes mostly for house servants
...@@ -741,18 +741,18 @@ for(var i = 0; i < State.variables.lastWeeksCashIncome.length; i++){ ...@@ -741,18 +741,18 @@ for(var i = 0; i < State.variables.lastWeeksCashIncome.length; i++){
<<if $researchLab.hired != 0>> <<if $researchLab.hired != 0>>
<tr> <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></td>
<td>//@@.red;-<<print cashFormat(Math.trunc(300*$researchLab.hired))>>@@//</td> <td><i>@@.red;-<<print cashFormat(Math.trunc(300*$researchLab.hired))>>@@</i></td>
<td>//@@.red;-<<print cashFormat(Math.abs(Math.trunc(300*$researchLab.hired)))>>@@//</td> <td><i>@@.red;-<<print cashFormat(Math.abs(Math.trunc(300*$researchLab.hired)))>>@@</i></td>
</tr> </tr>
<</if>> <</if>>
<<if $researchLab.menials != 0>> <<if $researchLab.menials != 0>>
<tr> <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></td>
<td>//@@.red;-+<<print cashFormat(Math.trunc(100*$researchLab.menials))>>@@//</td> <td><i>@@.red;-+<<print cashFormat(Math.trunc(100*$researchLab.menials))>>@@</i></td>
<td>//@@.red;-<<print cashFormat(Math.abs(Math.trunc(100*$researchLab.)menials))>>@@//</td> <td><i>@@.red;-<<print cashFormat(Math.abs(Math.trunc(100*$researchLab.)menials))>>@@</i></td>
</tr> </tr>
<</if>> <</if>>
<</if>> <</if>>
......
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