Skip to content
Snippets Groups Projects
Commit bea4eee4 authored by hexall90's avatar hexall90
Browse files

small fix

parent 97d0be2e
No related branches found
No related tags found
3 merge requests!1155Pregmod master,!1039Hexall90's security expansion mod,!989Sec exp v12
...@@ -249,7 +249,7 @@ __Upgrades__: ...@@ -249,7 +249,7 @@ __Upgrades__:
<<goto "weaponsManufacturing">> <<goto "weaponsManufacturing">>
<</link>> <</link>>
<br>//Will take _time weeks, cost ¤30000 and will increase the base defense value of all human troops.// <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> <br>
<<link "Develop rapid action stimulants">> <<link "Develop rapid action stimulants">>
<<set $currentUpgrade = { <<set $currentUpgrade = {
...@@ -276,7 +276,7 @@ __Upgrades__: ...@@ -276,7 +276,7 @@ __Upgrades__:
<br>//Will take _time weeks, cost ¤60000 and will increase the base morale value of all human troops.// <br>//Will take _time weeks, cost ¤60000 and will increase the base morale value of all human troops.//
<<elseif $humanUpgrades <= 4>> <<elseif $humanUpgrades <= 4>>
Upgrade the research facility further to unlock more upgrades for human troops. 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">> <<link "Develop universal cyber enhancements">>
<<set $currentUpgrade = { <<set $currentUpgrade = {
name: "universal cyber enhancements", name: "universal cyber enhancements",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment