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

Merge branch 'Fixed-army-memory' into 'pregmod-master'

Fixed attack options memory

Closes #524

See merge request !3709
parents 9a180311 254ad946
No related branches found
No related tags found
1 merge request!3709Fixed attack options memory
......@@ -418,6 +418,7 @@ Units about to be deployed:
<<set $secBots.isDeployed = 1>>
<<set $deployableUnits-->>
<<set $deployedUnits++>>
<<set $deployingBots = 1>>
<<else>>
<<for _j = 0; _j < $militiaUnits.length; _j++>>
<<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