From c95d7617c8b04b52813b65bb7a8cecbd4fb33675 Mon Sep 17 00:00:00 2001 From: obligaron Date: Tue, 15 Nov 2022 19:13:09 +0100 Subject: [PATCH] Gillian: play grave quest text only once --- Source/towners.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/towners.cpp b/Source/towners.cpp index 4ad47a3ac..9dfda65a7 100644 --- a/Source/towners.cpp +++ b/Source/towners.cpp @@ -458,7 +458,7 @@ void TalkToWitch(Player &player, Towner & /*witch*/) void TalkToBarmaid(Player &player, Towner & /*barmaid*/) { - if (!player._pLvlVisited[21] && HasInventoryItemWithId(player, IDI_MAPOFDOOM)) { + if (!player._pLvlVisited[21] && HasInventoryItemWithId(player, IDI_MAPOFDOOM) && Quests[Q_GRAVE]._qmsg != TEXT_GRAVE8) { Quests[Q_GRAVE]._qactive = QUEST_ACTIVE; Quests[Q_GRAVE]._qlog = true; Quests[Q_GRAVE]._qmsg = TEXT_GRAVE8;