diff options
Diffstat (limited to 'mm/2s2h/Rando/ActorBehavior/EnJg.cpp')
| -rw-r--r-- | mm/2s2h/Rando/ActorBehavior/EnJg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/2s2h/Rando/ActorBehavior/EnJg.cpp b/mm/2s2h/Rando/ActorBehavior/EnJg.cpp index 24fb7ad39..d10dfc160 100644 --- a/mm/2s2h/Rando/ActorBehavior/EnJg.cpp +++ b/mm/2s2h/Rando/ActorBehavior/EnJg.cpp @@ -16,7 +16,7 @@ void Rando::ActorBehavior::InitEnJgBehavior() { // Always consider lullaby known so we don't go into the cutscene to learn it *should = true; - if (!RANDO_SAVE_CHECKS[RC_PATH_TO_GORON_VILLAGE_LULLABY_INTRO].obtained) { + if (!RANDO_SAVE_CHECKS[RC_PATH_TO_GORON_VILLAGE_LULLABY_INTRO].cycleObtained) { RANDO_SAVE_CHECKS[RC_PATH_TO_GORON_VILLAGE_LULLABY_INTRO].eligible = true; } }); |
