From 380c46ee7e54d185c5816e1e7cbf783ca98f85f2 Mon Sep 17 00:00:00 2001 From: lowercase-donkey <lowercasedonkey@gmail.com> Date: Wed, 13 Mar 2019 23:07:37 -0400 Subject: [PATCH] polish costsBudget --- src/uncategorized/costsBudget.tw | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/uncategorized/costsBudget.tw b/src/uncategorized/costsBudget.tw index d2357b70789..d57b6251c56 100644 --- a/src/uncategorized/costsBudget.tw +++ b/src/uncategorized/costsBudget.tw @@ -9,14 +9,13 @@ <</if>> -<br> -//Here you can view many of the financial details of your arcology, <<= properTitle()>>. The detailed list of slaves and their costs (food, hormones) that you may remember can now be found in the "Slave maintenance" link. Other links will allow you to directly control areas of your arcology to adjust spending to suit your tastes. +//Here you can view many of the financial details of your arcology, <<= properTitle()>>. The detailed list of slaves and their costs (food, hormones) that you may remember can now be found in the "Slave maintenance" link. Other links will allow you to directly control areas of your arcology to adjust spending to suit your tastes.// <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>> -<br> <<if $difficultySwitch == 1>> - __Economy__<br> + //The Local Economy score effects some prices in your ecology. The lower the score, the higher the prices. The base score is ''100''.// + <br> <span id="economy"> @@.yellowgreen;Global Economy@@ | <<print $economy>> @@ -50,7 +49,6 @@ <</link>> <</if>> - <br><br> //The Local Economy score effects some prices in your ecology. The lower the score, the higher the prices. The base score is ''100''.// <br> The current score is <<if $localEcon > 100>> <<set _econPercent = Math.trunc(1000-100000/$localEcon)/10>> @@ -61,9 +59,10 @@ <<set _econPercent = Math.trunc(100000/$localEcon-1000)/10>> increasing prices by @@.red;''<<print _econPercent>>%.''@@ <</if>> + <br style="clear:both" /><<if $lineSeparations == 0>><br><br><<else>><hr style="margin:0"><</if>> <</if>> -<br style="clear:both" /><<if $lineSeparations == 0>><br><br><<else>><hr style="margin:0"><</if>> -<br>Your weekly costs are as follows:// + +//Your weekly costs are as follows:// /* Table of Totals */ <<if ndef $lastWeeksCashIncome>> -- GitLab