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

switch to a different italic format

parent e120dc15
No related branches found
No related tags found
1 merge request!3382CostX and budget bugfixes for ThreadAnon
...@@ -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