Skip to content
Snippets Groups Projects
Commit cd198799 authored by DarkGod's avatar DarkGod
Browse files

Briagh's Lair is actually shown on the map when Zemekkys tells you so

parent 9150a932
No related branches found
No related tags found
No related merge requests found
......@@ -61,6 +61,7 @@ wyrm_lair = function(self, who)
local spot = level:pickSpot{type="zone-pop", subtype="briagh"}
game.zone:addEntity(level, g, "terrain", spot.x, spot.y)
game.nicer_tiles:updateAround(game.level, spot.x, spot.y)
game.state:locationRevealAround(spot.x, spot.y)
end)
game.logPlayer(game.player, "Zemekkys points to the location of Briagh's lair on your map.")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment