From 8f2c7b155c3c43fb3e4f23ca775db998631992ef Mon Sep 17 00:00:00 2001
From: Svornost <11434-svornost@users.noreply.gitgud.io>
Date: Mon, 18 May 2020 09:14:57 -0700
Subject: [PATCH] forceNeg on weather damage costs

---
 src/uncategorized/persBusiness.tw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/uncategorized/persBusiness.tw b/src/uncategorized/persBusiness.tw
index 30ad09f7ac1..f64939884ac 100644
--- a/src/uncategorized/persBusiness.tw
+++ b/src/uncategorized/persBusiness.tw
@@ -866,7 +866,7 @@ Routine upkeep of your demesne costs @@.yellow;<<print cashFormat($costs)>>.@@
 				<<run repX(-50, "architecture")>>
 			<</if>>
 			<<if $cash > 0>>
-				<<run cashX(_weatherRepairCost, "weather")>>
+				<<run cashX(forceNeg(Math.trunc(_weatherRepairCost)), "weather")>>
 			<<elseif $arcologies[0].FSRestartDecoration == 100>>
 				Since you lack the resources to effect prompt repairs yourself, the Societal Elite cover for you. The arcology's prosperity is @@.red;is damaged,@@ but your public reputation is left intact.
 				<<if $eugenicsFullControl != 1>>
-- 
GitLab