From a0db096cc8dc53cecfb0b63677c73f7d61bfa853 Mon Sep 17 00:00:00 2001
From: j <okp57855@psoxs.com>
Date: Thu, 28 Dec 2017 14:18:04 +1300
Subject: [PATCH] Additional catches.

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

diff --git a/src/SecExp/rebellionReport.tw b/src/SecExp/rebellionReport.tw
index bae1d58b671..b71781c2f88 100644
--- a/src/SecExp/rebellionReport.tw
+++ b/src/SecExp/rebellionReport.tw
@@ -177,7 +177,7 @@
 		<<set $rebelDefeatAftermath = 5>>
 	<</if>>
 <<else>>
-	Today, the _day of _month _year, our arcology was inflamed by the fires of rebellion. $attackTroops rebels from all over the structure dared rise up to dethrone their arcology owner. Our defense force, $troopCount strong, fought with them street by street
+	Today, the _day of _month _year, our arcology was inflamed by the fires of rebellion. <<print Math.trunc($attackTroops)>> rebels from all over the structure dared rise up to dethrone their arcology owner. Our defense force, <<print commaNum($troopCount)>> strong, fought with them street by street
 	<<if $enemyLosses != $attackTroops>>
 		inflicting <<print $enemyLosses>> casualties, while sustaining <<print $losses>> casualties themselves.
 	<<else>>
-- 
GitLab