From cd198799a81a95c9136f4809e77261d89e79d1ef Mon Sep 17 00:00:00 2001
From: DarkGod <darkgod@net-core.org>
Date: Sun, 27 Oct 2019 12:24:20 +0100
Subject: [PATCH] Briagh's Lair is actually shown on the map when Zemekkys
 tells you so

---
 game/modules/tome/data/quests/west-portal.lua | 1 +
 1 file changed, 1 insertion(+)

diff --git a/game/modules/tome/data/quests/west-portal.lua b/game/modules/tome/data/quests/west-portal.lua
index e15d8c9440..0804bea06f 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.")
-- 
GitLab