From 537625ff4d22348b5b246dcd3cc056804ee1d95d Mon Sep 17 00:00:00 2001 From: DCoded <dcoded@live.com> Date: Sat, 5 Jan 2019 20:12:44 -0500 Subject: [PATCH] Minor change --- src/uncategorized/costsReport.tw | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/uncategorized/costsReport.tw b/src/uncategorized/costsReport.tw index 5cfe26b4eac..5723a81f002 100644 --- a/src/uncategorized/costsReport.tw +++ b/src/uncategorized/costsReport.tw @@ -15,26 +15,26 @@ Since you are <<else>> used to a fairly normal life, <</if>> -your personal living expenses are <<print cashFormat(Math.trunc($girls*(250+(50000/$localEcon))))>>. +your personal living expenses are @@.yellowgreen;<<print cashFormat(Math.trunc($girls*(250+(50000/$localEcon))))>>.@@ <<set _arcologyCosts += Math.trunc($girls*(250+(50000/$localEcon)))>> <<if $arcologies[0].FSRepopulationFocusLaw == 1 && $PC.pregKnown == 1>> - <br>Rent promotion for being a pregnant citizen under ''Universal Pregnancy Subsidy:'' <<print cashFormat(500)>> + <br>Rent promotion for being a pregnant citizen under ''Universal Pregnancy Subsidy:'' @@.yellowgreen;<<print cashFormat(500)>>@@ <<set _arcologyCosts += 500>> <</if>> <<if $PC.preg == -1>> - <br>Your Contraceptives expenses: <<print cashFormat(25)>> + <br>Your Contraceptives expenses: @@.yellowgreen;<<print cashFormat(25)>>@@ <<set _arcologyCosts += 25>> <<elseif $PC.fertDrugs == 1>> - <br>Your fertility regimen: <<print cashFormat(50)>> + <br>Your fertility regimen: @@.yellowgreen;<<print cashFormat(50)>>@@ <<set _arcologyCosts += 50>> <<elseif $PC.preg >= 16>> - <br>Increased living expenses due to being pregnant: <<print cashFormat(100)>> + <br>Increased living expenses due to being pregnant: @@.yellowgreen;<<print cashFormat(100)>>@@ <<set _arcologyCosts += 100>> <</if>> <<if $PC.staminaPills == 1>> - <br>Your stamina pills: <<print cashFormat(50)>> + <br>Your stamina pills: @@.yellowgreen;<<print cashFormat(50)>>@@ <<set _arcologyCosts += 50>> <</if>> -- GitLab