From cb6656561792bc3370c9ebf258c6419d3e451042 Mon Sep 17 00:00:00 2001
From: DCoded <dcoded@live.com>
Date: Mon, 18 Mar 2019 16:48:32 -0400
Subject: [PATCH] Minor text change

---
 src/uncategorized/neighborsDevelopment.tw | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/uncategorized/neighborsDevelopment.tw b/src/uncategorized/neighborsDevelopment.tw
index 184cc19a78f..41fac2215a7 100644
--- a/src/uncategorized/neighborsDevelopment.tw
+++ b/src/uncategorized/neighborsDevelopment.tw
@@ -74,7 +74,8 @@
 	<<set _error = 10>>
 <</if>>
 <<set _error -= 2*$assistantPower>>
-has an estimated GSP of @@.yellowgreen;<<print cashFormat(Math.trunc((0.1*$arcologies[$i].prosperity*random(100-_error,100+_error))/100))>>m,@@
+<<set _prosperity = (Math.trunc((0.1*$arcologies[$i].prosperity*random(100-_error,100+_error))/100))>>
+has an estimated GSP of @@.yellowgreen;<<print cashFormat(_prosperity)>><<if $showNumbers != 2>><<if ($showNumbers == 1) && (_prosperity > $showNumbersMax)>>m<<else>> million<</if>><<else>>m<</if>>,@@
 
 <<if ($arcologies[$i].rival == 1) && ($arcologies[$i].government != "an individual")>>
 	but it is undergoing some internal turmoil. @@.red;Resentment that has been quietly building among the arcology's elite turns into open rebellion!@@
-- 
GitLab