diff --git a/src/pregmod/manageCorporation.tw b/src/pregmod/manageCorporation.tw index 48a73c330b2924cb2b4b3f74016a4ea8010c6e08..0d38e39f5178e52eed764f68c162f2078c21b3a1 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.//