chore: Issue #53, set time machine cost to something reasonable
This commit is contained in:
parent
08f5368e1c
commit
abc77ef429
|
@ -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,
|
||||||
|
|
Reference in New Issue