1
0
mirror of https://github.com/veden/Rampant.git synced 2025-02-03 13:11:54 +02:00

benchmarking

This commit is contained in:
veden 2016-09-09 03:19:31 -07:00
parent 1432b24cb8
commit a711893fa0

View File

@ -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)