From 373189f2fd28f82d84beb9df2fe8b63a42bf4d10 Mon Sep 17 00:00:00 2001
From: j <okp57855@psoxs.com>
Date: Thu, 4 Jan 2018 13:33:51 +1300
Subject: [PATCH] Bugfix.

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

diff --git a/src/uncategorized/SFMBarracks.tw b/src/uncategorized/SFMBarracks.tw
index f4b38915b59..4d03a97afeb 100644
--- a/src/uncategorized/SFMBarracks.tw
+++ b/src/uncategorized/SFMBarracks.tw
@@ -147,7 +147,7 @@
 					<<set $rep += 10, $cash += $EnvCash2>>
 				<<elseif $PC.warfare >= 100>>
 					<br>Your mastery of wet work, satisfies The Colonel that you only need; two soldiers and a single vehicle<<if $Bodyguard != 0>> plus $Bodyguard.slaveName<</if>>. Being able to see and interact with the arcology owner directly if they so wish boosts the mood of your citizens while also giving them the opportunity to try gaining favour with you.
-					<<set $rep += 5, cash += $EnvCash3>>
+					<<set $rep += 5, $cash += $EnvCash3>>
 				<<elseif $PC.warfare >= 60>>
 					<br>Your expertness at warfare means that <<if $Bodyguard != 0>>in addition to $Bodyguard.slaveName <</if>>you need; two full squads of $securityForceName on foot, a squadron of fighters and a large convoy of $securityForceName's ground vehicles.
 				<<elseif $PC.warfare >= 30>>
-- 
GitLab