mirror of
https://github.com/veden/Rampant.git
synced 2025-02-03 13:11:54 +02:00
benchmarking
This commit is contained in:
parent
1432b24cb8
commit
a711893fa0
10
control.lua
10
control.lua
@ -136,17 +136,17 @@ function onTick(event)
|
||||
|
||||
if (event.tick % 40 == 0) then
|
||||
|
||||
-- accumulatePoints(natives)
|
||||
accumulatePoints(natives)
|
||||
|
||||
-- put down player pheromone for player hunters
|
||||
-- playerScent(regionMap, game.players)
|
||||
playerScent(regionMap, game.players)
|
||||
|
||||
-- regroupSquads(natives, temps)
|
||||
regroupSquads(natives, temps)
|
||||
|
||||
-- scouting(regionMap, natives)
|
||||
|
||||
-- squadBeginAttack(natives, game.players, game.evolution_factor)
|
||||
-- squadAttack(regionMap, surface, natives, temps)
|
||||
squadBeginAttack(natives, game.players, game.evolution_factor)
|
||||
squadAttack(regionMap, surface, natives, temps)
|
||||
end
|
||||
|
||||
processPendingChunks(regionMap, surface, pendingChunks)
|
||||
|
Loading…
x
Reference in New Issue
Block a user