diff options
Diffstat (limited to 'mm/2s2h/Rando/ActorBehavior/EnIn.cpp')
| -rw-r--r-- | mm/2s2h/Rando/ActorBehavior/EnIn.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mm/2s2h/Rando/ActorBehavior/EnIn.cpp b/mm/2s2h/Rando/ActorBehavior/EnIn.cpp index d1d302fbb..ca699bba6 100644 --- a/mm/2s2h/Rando/ActorBehavior/EnIn.cpp +++ b/mm/2s2h/Rando/ActorBehavior/EnIn.cpp @@ -57,7 +57,8 @@ void Rando::ActorBehavior::InitEnInBehavior() { } }); - COND_VB_SHOULD(VB_HAVE_GARO_MASK, IS_RANDO, { *should = RANDO_SAVE_CHECKS[RC_GORMAN_TRACK_GARO_MASK].obtained; }); + COND_VB_SHOULD(VB_HAVE_GARO_MASK, IS_RANDO, + { *should = RANDO_SAVE_CHECKS[RC_GORMAN_TRACK_GARO_MASK].cycleObtained; }); // RC_GORMAN_MILK_PURCHASE |
