From 2db1830c7ece729ce1d156fc2fe19bba04dcec7b Mon Sep 17 00:00:00 2001 From: obligaron Date: Sat, 19 Nov 2022 10:52:43 +0100 Subject: [PATCH] Let ogden talk about sign quest if player visited level 4 --- Source/towners.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/towners.cpp b/Source/towners.cpp index 828f74a54..bbc8a77d9 100644 --- a/Source/towners.cpp +++ b/Source/towners.cpp @@ -318,7 +318,7 @@ void TalkToBarOwner(Player &player, Towner &barOwner) auto &bannerQuest = Quests[Q_LTBANNER]; if (bannerQuest._qactive != QUEST_NOTAVAIL) { - if (player._pLvlVisited[3] && bannerQuest._qactive != QUEST_DONE) { + if ((player._pLvlVisited[3] || player._pLvlVisited[4]) && bannerQuest._qactive != QUEST_DONE) { if (bannerQuest._qvar2 == 0) { bannerQuest._qvar2 = 1; if (bannerQuest._qactive == QUEST_INIT) {