diff --git a/src/SecExp/weaponsManufacturing.tw b/src/SecExp/weaponsManufacturing.tw
index 642358e840ac031037e9873a4a8e325c6bf8b99e..81980612f3faa8b41bc4856e68452dc0fd482e21 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",