Skip to content
Snippets Groups Projects
Commit 9df8663d authored by Pregmodder's avatar Pregmodder
Browse files

fix

parent 948da7d0
No related branches found
No related tags found
2 merge requests!1155Pregmod master,!1077Pregmod v1021-176
...@@ -4776,4 +4776,7 @@ Pregmod 0.10.3.0 ...@@ -4776,4 +4776,7 @@ Pregmod 0.10.3.0
175 175
-added anon's siren song part 2 -added anon's siren song part 2
-fixes -fixes
-added tracking to ng+ slaves to keep them from stealing the spotlight in certain current game events -added tracking to ng+ slaves to keep them from stealing the spotlight in certain current game events
\ No newline at end of file
176
-fixed bugs
\ No newline at end of file
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
<<if $secBots.equip < 3>> <<if $secBots.equip < 3>>
<br> <br>
<<link "Improve drone weaponry and armor">> <<link "Improve drone weaponry and armor">>
<<set += 1>> <<set $secBots.equip += 1>>
<<set $cash -= (($secBotsUpgradeCost * $secBots.maxTroops) + 1000)>> <<set $cash -= (($secBotsUpgradeCost * $secBots.maxTroops) + 1000)>>
<<goto "seeUnit">> <<goto "seeUnit">>
<</link>> <</link>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment