From c7d00526711a974dd100cdba721c9497ceca6e84 Mon Sep 17 00:00:00 2001 From: pskfyi Date: Sat, 15 Jan 2022 00:57:47 -0800 Subject: [PATCH] fix: do not reset time magic mission; set era when prestiging --- store/index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/store/index.js b/store/index.js index ba23e08..ee949d4 100644 --- a/store/index.js +++ b/store/index.js @@ -429,7 +429,7 @@ export const state = () => ({ unlocked: true, viewed: false, complete: false, - resetOnPrestige: true, + resetOnPrestige: false, }, { name: 'Time to Cheat Death', @@ -864,9 +864,11 @@ export const mutations = { if (precisionMission.complete) { state.playerAge = 8 * 12 state.gameDate = 1378 * 12 + state.gameEra = 'Early Modern' } else { state.playerAge = 30 * 12 state.gameDate = 1400 * 12 + state.gameEra = 'Early Modern' } // restart missions as appropriate