diff --git a/src/uncategorized/arcmgmt.tw b/src/uncategorized/arcmgmt.tw index fd45dc1eefc04447e70da14476eeb9bae6634f8b..2bcfc01e24e5b02e675e88981f4dd5295f893773 100644 --- a/src/uncategorized/arcmgmt.tw +++ b/src/uncategorized/arcmgmt.tw @@ -1103,7 +1103,7 @@ This week, rents from $arcologies[0].name came to @@.yellowgreen;<<print cashFor You own <<if $menials > 0>> <<if $menials > Math.trunc(_LSCD / _slaveProductivity - _SCD)>> - <<set _earnings += Math.trunc(_LSCD / _slaveProductivity - _SCD) * 10>> + <<set _menialEarnings += Math.trunc(_LSCD / _slaveProductivity - _SCD) * 10>> <br>@@.red;more menial slaves than there was work,@@ consider selling some. You own <<else>> <<set _menialEarnings = $menials*10>> @@ -1136,9 +1136,8 @@ You own <<set _fuckdollsEarnings += random(1,10)>> <<run cashX(_fuckdollsEarnings, "fuckdolls")>> <</if>> -<<set _earnings += random(1,10)>> -earning you @@.yellowgreen;<<print cashFormat(_earnings)>>.@@ +earning you @@.yellowgreen;<<print cashFormat(_menialEarnings + _bioreactorEarnings + _fuckdollsEarnings)>>.@@ <</if>> <<set _AWeekGrowth = $AGrowth>> diff --git a/src/uncategorized/costsBudget.tw b/src/uncategorized/costsBudget.tw index c67cdb6864ceb9fa86280bc5c9f2dde42b89b6e2..f563b5a5b9a160252a5b6b27086706e9e1a24543 100644 --- a/src/uncategorized/costsBudget.tw +++ b/src/uncategorized/costsBudget.tw @@ -946,7 +946,7 @@ for(var i = 0; i < State.variables.lastWeeksCashIncome.length; i++){ <<if $mercenaries > 0>> <tr> <td>Security: [[$mercenariesTitle|Barracks][$nextButton = "Back to Budget", $nextLink = "Costs Budget"]] - <<if $barracks>><<else>><br>//@@.red;Cost increased by the lack of a barracks.@@//<</if>> + <<if $barracks>><<else>><br>//@@.red;Cost increased by the lack of an armory to house them.@@//<</if>> <<if ($PC.warfare >= 100) || ($PC.career == "arcology owner")>><br>//Cost reduced by your @@.springgreen;mercenary contacts.@@//<</if>> </td> <td><<= cashNumFormat($lastWeeksCashIncome.mercenaries)>></td>