From eb27aa283e8c24e881420ef6f031d14c9c356edf Mon Sep 17 00:00:00 2001
From: lowercase-donkey <lowercasedonkey@gmail.com>
Date: Mon, 25 Mar 2019 21:45:32 -0400
Subject: [PATCH] seriously why wasn't econUncertainty updated here.

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

diff --git a/src/uncategorized/neighborsDevelopment.tw b/src/uncategorized/neighborsDevelopment.tw
index 35bc6665e95..46d293c3edc 100644
--- a/src/uncategorized/neighborsDevelopment.tw
+++ b/src/uncategorized/neighborsDevelopment.tw
@@ -450,6 +450,16 @@ has an estimated GSP of @@.yellowgreen;<<print cashFormat(_prosperity)>><<if $sh
 <<if $arcologies[$i].direction != 0>>
 
 /* AI ARCOLOGY SHARE BUYING AND SELLING */
+<<if $arcologies[$i].direction == 0>>
+	<<set $economicUncertainty = 5>>
+<<else>>
+	<<set $economicUncertainty = 10>>
+<</if>>
+<<if $assistantPower > 1>>
+	<<set $economicUncertainty = 0>>
+<<elseif $assistantPower == 1>>
+	<<set $economicUncertainty = Math.max(Math.trunc($economicUncertainty/2),0)>>
+<</if>>
 <<if $arcologies[$i].government != "your agent">>
 	<<if $arcologies[$i].government != "your trustees">>
 		<<if $arcologies[$i].minority + $arcologies[$i].ownership + $arcologies[$i].PCminority < 100>>
-- 
GitLab