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

fixed ai export test

This commit is contained in:
Aaron Veden 2021-12-06 21:56:33 -08:00
parent 09a9c51cec
commit ef80cb8bac
No known key found for this signature in database
GPG Key ID: FF5990B1C6DD3F84

View File

@ -454,7 +454,7 @@ function tests.exportAiState()
chunkPropertyUtils.getHiveCount(map, chunk),
chunkPropertyUtils.getTrapCount(map, chunk),
chunkPropertyUtils.getUtilityCount(map, chunk),
map.chunkToVictory[chunk] or 0
global.universe.chunkToVictory[chunk] or 0
}, ",") .. "\n"
end
game.write_file("rampantState.txt", s, false)