From 5db735a97d8e58532ce28213d2c397ed1fde6f5e Mon Sep 17 00:00:00 2001 From: kopareigns <kopareigns@gmail.com> Date: Fri, 7 Sep 2018 20:20:38 -0400 Subject: [PATCH] Close Parentheses --- src/uncategorized/corporationDevelopments.tw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uncategorized/corporationDevelopments.tw b/src/uncategorized/corporationDevelopments.tw index e44f1cace71..e2dd544a3ba 100644 --- a/src/uncategorized/corporationDevelopments.tw +++ b/src/uncategorized/corporationDevelopments.tw @@ -401,7 +401,7 @@ You hold <<print commaNum($personalShares)>> shares valued at @@.yellowgreen;<<p <</replace>> <</link>> <<if $publicShares > 5000 && $corpCash >= $sharePrice*5000>> - | <<link "<<print commaNum(5000)>> valued at @@.yellowgreen;<<print cashFormat(Math.ceil(($sharePrice*5000)*.95)>>@@">> + | <<link "<<print commaNum(5000)>> valued at @@.yellowgreen;<<print cashFormat(Math.ceil(($sharePrice*5000)*.95))>>@@">> <<set $publicShares -= 5000>> <<set $corpCash -= Math.ceil(($sharePrice*5000)*.95)>> <<set $sharePrice = (Math.trunc($sharePrice*either(101,102)))/100>> -- GitLab