Skip to content

Commit 920546b

Browse files
committed
Forgot Scene Check for Quest
1 parent 96f6ccb commit 920546b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

soh/soh/Enhancements/RogueLike/Quests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ static void OnLoadGame() {
9898

9999
switch (refActor->id) {
100100
case ACTOR_EN_TEST:
101-
if (CheckActiveQuestById(RL_QUEST_HF_STALFOS)) {
101+
if (CheckActiveQuestById(RL_QUEST_HF_STALFOS) && gPlayState->sceneNum == SCENE_HYRULE_FIELD) {
102102
if (!CheckQuestCompleteById(RL_QUEST_HF_STALFOS)) {
103103
activeQuests.at(RL_QUEST_HF_STALFOS).questProgress++;
104104
}

0 commit comments

Comments
 (0)