chore: Issue #53, set time machine cost to something reasonable

This commit is contained in:
John McCardle 2022-01-10 19:04:16 -05:00
parent 08f5368e1c
commit abc77ef429
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ export const state = () => ({
name: 'Create the Time Machine', name: 'Create the Time Machine',
description: 'Soon you will be able to control time itself.', description: 'Soon you will be able to control time itself.',
completionCriteria: { completionCriteria: {
cost: 50000, cost: 6000,
}, },
available: true, available: true,
viewed: false, viewed: false,