diff --git a/scripts/fix_tiles.js b/scripts/fix_tiles.js index 93d231e..d8aa95f 100644 --- a/scripts/fix_tiles.js +++ b/scripts/fix_tiles.js @@ -17,6 +17,11 @@ function fix_tiles(gameId) { GameCommon.setTile(gameId, tile.idx, tile) changed = true } + } else { + tile.owner = 0 + console.log('unowning tile', tile.idx) + GameCommon.setTile(gameId, tile.idx, tile) + changed = true } } if (changed) {