Skip to content

Commit

Permalink
Include a check for EnFsn to ensure that it's the Keaton Mask being g…
Browse files Browse the repository at this point in the history
…iven to avoid locking out of a check. (#96)
  • Loading branch information
PhlexPlexico authored Sep 25, 2024
1 parent 79e8283 commit 37de1db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/source/rnd/item_override.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ namespace rnd {
gExtSaveData.givenItemChecks.enFsnANMGivenItem = 1;
} else if (storedGetItemId == GetItemID::GI_LETTER_TO_MAMA) {
gExtSaveData.givenItemChecks.letterToMamaGiven = 1;
} else {
} else if (storedGetItemId == GetItemID::GI_MASK_KEATON) {
gExtSaveData.givenItemChecks.enFsnGivenItem = 1;
}
} else if (storedActorId == game::act::Id::NpcEnPm) {
Expand Down

0 comments on commit 37de1db

Please sign in to comment.