diff --git a/components/KeyArtStage.vue b/components/KeyArtStage.vue
index 1e17fc6..1d8d3bc 100644
--- a/components/KeyArtStage.vue
+++ b/components/KeyArtStage.vue
@@ -3,7 +3,7 @@
this.$store.state.mana
+ ) {
+ this.$store.commit('tickMana')
+ }
+ },
+ },
}
diff --git a/pages/TimeMagic.vue b/pages/TimeMagic.vue
index c12d857..ff24385 100644
--- a/pages/TimeMagic.vue
+++ b/pages/TimeMagic.vue
@@ -1,3 +1,48 @@
- Tab 5 content.
+
+
+
+
+ {{ $store.state.mana }} / {{ $store.state.manaMax }}
+
+
+
+
+
+ Spells coming soon!
+
+
+
+