From f3e6534838f012676cb41b269ad8262c021c344c Mon Sep 17 00:00:00 2001
From: Jones <Jones>
Date: Tue, 16 Oct 2018 12:57:41 +0200
Subject: [PATCH] fix

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

diff --git a/src/uncategorized/costsReport.tw b/src/uncategorized/costsReport.tw
index d39ca876b72..bcdd4acb3be 100644
--- a/src/uncategorized/costsReport.tw
+++ b/src/uncategorized/costsReport.tw
@@ -13,7 +13,7 @@ Since you are
 <<else>>
 	used to a fairly normal life,
 <</if>>
-your __personal living expenses__ are <<print cashFormat(($girls*(250+(50000/$economy))))>>.
+your __personal living expenses__ are <<print cashFormat(Math.trunc($girls*(250+(50000/$economy))))>>.
 
 <<if $arcologies[0].FSRepopulationFocusLaw == 1 && $PC.pregKnown == 1>>
 	<br>Rent promotion for being a pregnant citizen under ''Universal Pregnancy Subsidy:'' <<print cashFormat(500)>>
-- 
GitLab