We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96f6ccb commit 920546bCopy full SHA for 920546b
1 file changed
soh/soh/Enhancements/RogueLike/Quests.cpp
@@ -98,7 +98,7 @@ static void OnLoadGame() {
98
99
switch (refActor->id) {
100
case ACTOR_EN_TEST:
101
- if (CheckActiveQuestById(RL_QUEST_HF_STALFOS)) {
+ if (CheckActiveQuestById(RL_QUEST_HF_STALFOS) && gPlayState->sceneNum == SCENE_HYRULE_FIELD) {
102
if (!CheckQuestCompleteById(RL_QUEST_HF_STALFOS)) {
103
activeQuests.at(RL_QUEST_HF_STALFOS).questProgress++;
104
}
0 commit comments