From 59e692678e3e58a203cf5d2814b333e6c25535f3 Mon Sep 17 00:00:00 2001
From: hexall90 <hexall90@gmail.com>
Date: Mon, 29 Jan 2018 07:22:46 +0100
Subject: [PATCH] small issue with new menial cost

---
 src/SecExp/weaponsManufacturing.tw | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/SecExp/weaponsManufacturing.tw b/src/SecExp/weaponsManufacturing.tw
index 47da170ce4f..7ee5833827f 100644
--- a/src/SecExp/weaponsManufacturing.tw
+++ b/src/SecExp/weaponsManufacturing.tw
@@ -36,8 +36,7 @@ You own <<print commaNum($helots)>> free menial slaves. This manufacturing compl
 <<if $cash > _menialPrice>>
 <<if $PopCap > $helots+$fuckdolls+$menialBioreactors || $helots+$fuckdolls+$menialBioreactors == 0>>
 	<br>
-		[[Buy|weaponsManufacturing][$helots+=1,$menialDemandFactor+=1,$cash-=_menialPrice]]
-	<</if>>
+	[[Buy|weaponsManufacturing][$helots+=1,$menialDemandFactor+=1,$cash-=_menialPrice]]
 	<<if $cash > (_menialPrice+200)*10>>
 		[[(x10)|weaponsManufacturing][$helots+=10,$menialDemandFactor+=10,$cash-=(_menialPrice+200)*10]]
 	<</if>>
-- 
GitLab