diff --git a/src/SecExp/rebellionReport.tw b/src/SecExp/rebellionReport.tw
index b71781c2f883fb7759557b57b73c574987ae47dc..9c189f38dde15c85ff1a82dd20a04db4495ee729 100644
--- a/src/SecExp/rebellionReport.tw
+++ b/src/SecExp/rebellionReport.tw
@@ -83,11 +83,11 @@
 <hr>
 
 <<if $slaveRebellion == 1>>
-	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 against their owners and conquer their freedom through blood. Our defense force, <<print commaNum($troopCount)>> strong, fought with them street by street
+	Today, the _day of _month _year, our arcology was inflamed by the fires of rebellion. <<print commaNum(Math.trunc($attackTroops))>> rebels from all over the structure dared rise up against their owners and conquer their freedom through blood. 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.
+		inflicting <<print commaNum(Math.trunc($enemyLosses))>> casualties, while sustaining <<print commaNum(Math.trunc($losses))>> casualties themselves.
 	<<else>>
-		completely annihilating their troops, while sustaining <<print $losses>> casualties.
+		completely annihilating their troops, while sustaining <<print commaNum(Math.trunc($losses))>> casualties.
 	<</if>>
 	<<set $ASlaves -= $enemyLosses>>
 	<<if $battleResult == 3>>
@@ -177,11 +177,11 @@
 		<<set $rebelDefeatAftermath = 5>>
 	<</if>>
 <<else>>
-	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
+	Today, the _day of _month _year, our arcology was inflamed by the fires of rebellion. <<print commaNum(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.
+		inflicting <<print commaNum(Math.trunc($enemyLosses))>> casualties, while sustaining <<print commaNum(Math.trunc($losses))>> casualties themselves.
 	<<else>>
-		completely annihilating their troops, while sustaining <<print $losses>> casualties.
+		completely annihilating their troops, while sustaining <<print commaNum(Math.trunc($losses))>> casualties.
 	<</if>>
 	<<set $ASlaves -= $enemyLosses>>
 	<<if $battleResult == 3>>