handleMapArea(deposit.pos.x, deposit.pos.y, (x, y) => {
                if (terrain.get(x, y) !== TERRAIN_MASK_WALL) {
                    numberFreeTiles++;
                }
            });