diff --git a/game/modules/tome/data/quests/west-portal.lua b/game/modules/tome/data/quests/west-portal.lua index e15d8c9440a2d0d7437ff2fff410f100c1f496e7..0804bea06fbdc2c1fa1903f4c89a57f17ecfca00 100644 --- a/game/modules/tome/data/quests/west-portal.lua +++ b/game/modules/tome/data/quests/west-portal.lua @@ -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.")