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:
parent
99b5d3f3c1
commit
39593bcc4f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user