From 20d7e7129bf21a80c450c302257de76eae164eb0 Mon Sep 17 00:00:00 2001 From: ErzengelLichtes <erzengel.des.lichtes@gmail.com> Date: Thu, 4 Jul 2019 15:28:17 -0700 Subject: [PATCH] Added color for money values. --- src/pregmod/manageCorporation.tw | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pregmod/manageCorporation.tw b/src/pregmod/manageCorporation.tw index 48a73c330b2..0d38e39f517 100644 --- a/src/pregmod/manageCorporation.tw +++ b/src/pregmod/manageCorporation.tw @@ -1392,9 +1392,9 @@ __Shares__ <<set _splitFeeValue = _splitFeeInitial - Math.floor((_splitFeeInitial * ($PC.trading / 100.0) / 2.0) / 1000) * 1000>> <<set _singleSplitValue = _singleSplitInitial>> <<set _singleSplitTotal = _singleSplitValue * $publicShares * $personalShares + _splitFeeValue>> - <br>The corporation can perform a 2-for-1 Stock Split for <<= cashFormat(_singleSplitValue) >> per share and a market fee of <<= cashFormat(_splitFeeValue)>> for a total of <<= cashFormat(_singleSplitTotal)>>. + <br>The corporation can perform a 2-for-1 Stock Split for @@.red;<<= cashFormat(_singleSplitValue) >>@@ per share and a market fee of @@.red;<<= cashFormat(_splitFeeValue)>>@@ for a total of @@.red;<<= cashFormat(_singleSplitTotal)>>@@. <<if _splitFeeValue < _splitFeeInitial>> - //You negotiated lower fees due to your @@.springgreen;business acumen.@@// + //You negotiated lower fees due to your @@.springgreen;business acumen@@.// <</if>> <<if $corpSpecTimer > 0>> //The corporation has restructured too recently.// -- GitLab