Skip to content

Commit

Permalink
fix for broken AI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Damgam committed Dec 1, 2017
1 parent 87042be commit 59971a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LuaRules/Gadgets/ai/EvoRTS/taskqueues.lua
Expand Up @@ -227,9 +227,9 @@ function RandomOverseer()
return "estorage" return "estorage"
else else
if Spring.GetGameSeconds() <= 200 then if Spring.GetGameSeconds() <= 200 then
elseif mc <= 10 then if mc <= 10 then
return "emetalextractor" return "emetalextractor"
if ec <= 50 then elseif ec <= 50 then
return "esolar2" return "esolar2"
else else
return "emine" return "emine"
Expand Down

0 comments on commit 59971a8

Please sign in to comment.