From bea4eee469de8ca7f5f76d9cf407e3ed3597784e Mon Sep 17 00:00:00 2001
From: hexall90 <hexall90@gmail.com>
Date: Sun, 12 Nov 2017 22:49:54 +0100
Subject: [PATCH] small fix

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

diff --git a/src/SecExp/weaponsManufacturing.tw b/src/SecExp/weaponsManufacturing.tw
index 642358e840a..81980612f3f 100644
--- a/src/SecExp/weaponsManufacturing.tw
+++ b/src/SecExp/weaponsManufacturing.tw
@@ -249,7 +249,7 @@ __Upgrades__:
 			<<goto "weaponsManufacturing">>
 		<</link>>
 		<br>//Will take _time weeks, cost ¤30000 and will increase the base defense value of all human troops.//
-	<<elseif $humanUpgrades <= 4 && $weapLab == 2>>
+	<<elseif $humanUpgrades <= 4 && $weapLab >= 2>>
 		<br>
 		<<link "Develop rapid action stimulants">>
 			<<set $currentUpgrade = {
@@ -276,7 +276,7 @@ __Upgrades__:
 		<br>//Will take _time weeks, cost ¤60000 and will increase the base morale value of all human troops.//
 	<<elseif $humanUpgrades <= 4>>
 		Upgrade the research facility further to unlock more upgrades for human troops.
-	<<elseif $humanUpgrades <= 6 && $weapLab == 3>>
+	<<elseif $humanUpgrades <= 6 && $weapLab >= 3>>
 		<<link "Develop universal cyber enhancements">>
 			<<set $currentUpgrade = {
 				name: "universal cyber enhancements",
-- 
GitLab