Browse Source

Let ogden talk about sign quest if player visited level 4

pull/5527/head
obligaron 3 years ago committed by Anders Jenbo
parent
commit
2db1830c7e
  1. 2
      Source/towners.cpp

2
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) {

Loading…
Cancel
Save