Skip to content
Snippets Groups Projects
Commit c3beb7d9 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

fixed attack options memory

parent 767ec7d8
No related merge requests found
...@@ -418,6 +418,7 @@ Units about to be deployed: ...@@ -418,6 +418,7 @@ Units about to be deployed:
<<set $secBots.isDeployed = 1>> <<set $secBots.isDeployed = 1>>
<<set $deployableUnits-->> <<set $deployableUnits-->>
<<set $deployedUnits++>> <<set $deployedUnits++>>
<<set $deployingBots = 1>>
<<else>> <<else>>
<<for _j = 0; _j < $militiaUnits.length; _j++>> <<for _j = 0; _j < $militiaUnits.length; _j++>>
<<if $lastSelection[_i] == $militiaUnits[_j].ID>> <<if $lastSelection[_i] == $militiaUnits[_j].ID>>
......
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