Fix skill study mana deduction in skillStore.ts
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 1m38s

- Added useManaStore import to skillStore.ts
- Added mana deduction logic in startStudyingSkill action
- Mana is now properly deducted when starting to study a skill (unless already paid)
This commit is contained in:
2026-05-08 11:01:01 +02:00
parent 58aa74486e
commit 0fadbfef4a
8 changed files with 22 additions and 187 deletions
-2
View File
@@ -121,7 +121,6 @@ Mana-Loop/
│ │ │ │ ├── FloorControls.tsx
│ │ │ │ ├── GolemancyTab.tsx
│ │ │ │ ├── GuardianPanel.tsx
│ │ │ │ ├── LabTab.tsx
│ │ │ │ ├── LootTab.tsx
│ │ │ │ ├── MilestoneProgress.tsx
│ │ │ │ ├── PrestigeTab.tsx
@@ -143,7 +142,6 @@ Mana-Loop/
│ │ │ ├── CraftingProgress.tsx
│ │ │ ├── GameContext.tsx
│ │ │ ├── GameToast.tsx
│ │ │ ├── LabTab.tsx
│ │ │ ├── ManaDisplay.tsx
│ │ │ ├── SkillsTab.tsx
│ │ │ ├── SpellsTab.tsx