Fix S32 checking record time before it's set

This commit is contained in:
SpectralFlame 2023-01-22 19:23:17 -06:00 committed by cyip92
parent fe698ccfb9
commit 906ec4082e

View File

@ -115,7 +115,7 @@ GameDatabase.achievements.secret = [
checkRequirement: () =>
Time.bestInfinity.totalMilliseconds <= 1 ||
Time.bestEternity.totalMilliseconds <= 1,
checkEvent: [GAME_EVENT.BIG_CRUNCH_BEFORE, GAME_EVENT.ETERNITY_RESET_BEFORE]
checkEvent: [GAME_EVENT.BIG_CRUNCH_AFTER, GAME_EVENT.ETERNITY_RESET_AFTER]
},
{
id: 33,