summaryrefslogtreecommitdiff
path: root/mm/2s2h/Rando/ActorBehavior/EnGamelupy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mm/2s2h/Rando/ActorBehavior/EnGamelupy.cpp')
-rw-r--r--mm/2s2h/Rando/ActorBehavior/EnGamelupy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/2s2h/Rando/ActorBehavior/EnGamelupy.cpp b/mm/2s2h/Rando/ActorBehavior/EnGamelupy.cpp
index c1e3985cc..37220a74a 100644
--- a/mm/2s2h/Rando/ActorBehavior/EnGamelupy.cpp
+++ b/mm/2s2h/Rando/ActorBehavior/EnGamelupy.cpp
@@ -82,7 +82,7 @@ void Rando::ActorBehavior::InitEnGamelupyBehavior() {
}
auto& randoSaveCheck = RANDO_SAVE_CHECKS[randoCheckId];
- if (randoSaveCheck.obtained || !randoSaveCheck.shuffled) {
+ if (randoSaveCheck.cycleObtained || !randoSaveCheck.shuffled) {
return;
}