diff --git a/components/KeyArtStage.vue b/components/KeyArtStage.vue index 0f47c44..690ab24 100644 --- a/components/KeyArtStage.vue +++ b/components/KeyArtStage.vue @@ -35,6 +35,8 @@ export default { }, methods: { click() { + if (this.$store.state.gameStopped) return + this.$store.commit('addCurrency', 1) if ( this.$store.getters.isTabUnlocked('Time Magic') &&