From abc77ef4294b786d694a1e4e4bd73fbd353042d0 Mon Sep 17 00:00:00 2001 From: John McCardle Date: Mon, 10 Jan 2022 19:04:16 -0500 Subject: [PATCH] chore: Issue #53, set time machine cost to something reasonable --- store/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/store/index.js b/store/index.js index 2db9c33..139a1aa 100644 --- a/store/index.js +++ b/store/index.js @@ -127,7 +127,7 @@ export const state = () => ({ name: 'Create the Time Machine', description: 'Soon you will be able to control time itself.', completionCriteria: { - cost: 50000, + cost: 6000, }, available: true, viewed: false,