Module:Skills/Archaeology: Difference between revisions

Fixed a thing related to dig sites
(Added Archaeology level requirement)
(Fixed a thing related to dig sites)
Line 135: Line 135:
end
end
local poi = Cartography.getPointOfInterestByID(digSite.id)
local poi = Cartography.getPointOfInterestForDigSite(digSite.id)
local hex = Cartography.getHexByAxial(poi.coords.q, poi.coords.r)
local hex = Cartography.getHexByAxial(poi.coords.q, poi.coords.r)
local coordX, coordY = Cartography.convertAxialToXY(poi.coords)
local coordX, coordY = Cartography.convertAxialToXY(poi.coords)