mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-23 22:45:05 -04:00
properly check skybook completion when returned
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user