Check if AI Production is no longer on hold more often
This commit is contained in:
committed by
reaperrr
parent
94ed985739
commit
f136c200bc
@@ -194,7 +194,7 @@ ProduceUnits = function(player, factory, delay, toBuild, attackSize, attackThres
|
|||||||
end
|
end
|
||||||
|
|
||||||
if HoldProduction[player] then
|
if HoldProduction[player] then
|
||||||
Trigger.AfterDelay(DateTime.Minutes(1), function() ProduceUnits(player, factory, delay, toBuild, attackSize, attackThresholdSize) end)
|
Trigger.AfterDelay(DateTime.Seconds(10), function() ProduceUnits(player, factory, delay, toBuild, attackSize, attackThresholdSize) end)
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user