1
0
mirror of https://github.com/veden/Rampant.git synced 2025-03-17 20:58:35 +02:00

remove debug message

This commit is contained in:
Aaron Veden 2021-04-11 20:48:41 -07:00
parent 99b5d3f3c1
commit 39593bcc4f
No known key found for this signature in database
GPG Key ID: FF5990B1C6DD3F84

View File

@ -368,14 +368,14 @@ function aiPlanning.temperamentPlanner(map)
-- map.ionCannonBlasts = 0
-- map.artilleryBlasts = 0
if game.tick % 240 == 0 then
print("temperament", map.activeNests, map.activeRaidNests, map.destroyPlayerBuildings,
map.lostEnemyUnits, map.lostEnemyBuilding, map.rocketLaunched, map.builtEnemyBuilding,
map.ionCannonBlasts, map.artilleryBlasts)
-- if game.tick % 240 == 0 then
-- print("temperament", map.activeNests, map.activeRaidNests, map.destroyPlayerBuildings,
-- map.lostEnemyUnits, map.lostEnemyBuilding, map.rocketLaunched, map.builtEnemyBuilding,
-- map.ionCannonBlasts, map.artilleryBlasts)
print("tempResult", map.temperament, map.temperamentScore, map.points, map.state, map.surface.index)
print("--")
end
-- print("tempResult", map.temperament, map.temperamentScore, map.points, map.state, map.surface.index)
-- print("--")
-- end
end
aiPlanningG = aiPlanning