From d6b9055a816f05cba36b0334bd76afd1edff973f Mon Sep 17 00:00:00 2001
From: x <okp57855@psoxs.com>
Date: Thu, 18 Oct 2018 10:24:39 +1300
Subject: [PATCH] Security Force Proposal - cost display fixes

---
 src/SpecialForce/Proposal.tw | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/SpecialForce/Proposal.tw b/src/SpecialForce/Proposal.tw
index 359ef922942..f20f93070dc 100644
--- a/src/SpecialForce/Proposal.tw
+++ b/src/SpecialForce/Proposal.tw
@@ -12,9 +12,9 @@
 
 	<br><br>''This is a unique and very important opportunity'', and is possible only because of your recent victory over the Daughters. If you do not seize it, the memories and fears of your citizens will fade,and you will not be able to raise the matter again.
 
-	<<set _price = 20000>> <<if $PC.warfare >= 100>> <<set _price = _price/2>>
+	<<set _price = 20000>> <<if $PC.warfare >= 100>> <<set _price = _price*.5>>
 	<<elseif $PC.warfare >= 50||$PC.career === "arcology owner">>
-	<<set _price = _price/1.5>> <</if>>
+	<<set _price = _price*.75>> <</if>>
 	<br><<link "Prepare for an announcement.""Security Force Proposal">> <<replace "#result">>
 
 		You instruct $assistantName to announce to the arcology's citizenry that you will be making an important announcement in the near future regarding the security situation. Given the damage still present from the Daughters' attack, everyone will be tuning in. You also instruct your assistant to begin quietly investigating potential leadership figures for the force itself.
-- 
GitLab