feat: game flow draft 2; time machine first draft
This commit is contained in:
parent
82fd1b3e12
commit
233a1a4daa
10 changed files with 181 additions and 19 deletions
|
|
@ -38,6 +38,10 @@ export default {
|
|||
create(process) {
|
||||
this.$store.commit('createInstrument', process.instrument)
|
||||
this.$store.commit('spendCurrency', process.cost)
|
||||
if (process.instrument === 'Mechanical Clock') {
|
||||
this.$store.commit('unlockTab', 'Apprentices')
|
||||
this.$store.commit('unlockTab', 'Missions')
|
||||
}
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue