diff --git a/Source/town.cpp b/Source/town.cpp index ff0c0dc4b..fa29fae8d 100644 --- a/Source/town.cpp +++ b/Source/town.cpp @@ -199,8 +199,8 @@ void T_Pass3() } } if (gbIsHellfire) { - if (quests[Q_FARMER]._qactive == QUEST_DONE || quests[Q_FARMER]._qactive == 10 - || quests[Q_JERSEY]._qactive == QUEST_DONE || quests[Q_JERSEY]._qactive == 10) { + if (quests[Q_FARMER]._qactive == QUEST_DONE || quests[Q_FARMER]._qactive == QUEST_HIVE_DONE + || quests[Q_JERSEY]._qactive == QUEST_DONE || quests[Q_JERSEY]._qactive == QUEST_HIVE_DONE) { TownOpenHive(); } else { TownCloseHive();