properly check skybook completion when returned

This commit is contained in:
madeline
2026-05-18 14:58:58 -07:00
parent b1002095a6
commit 53328aaddc
+1 -1
View File
@@ -223,7 +223,7 @@ std::vector<AchievementSystem::Entry> AchievementSystem::makeEntries() {
hasAncientDoc = true;
}
}
if (!hasJewelRod || !hasAncientDoc) {
if (!hasJewelRod || (!hasAncientDoc && !dComIfGs_isEventBit(dSv_event_flag_c::F_0302))) {
return;
}