feat: add prestige system and skill upgrades with comprehensive documentation
Build and Publish Mana Loop Docker Image / build-and-publish (push) Failing after 5m57s

This commit is contained in:
Refactoring Agent
2026-05-01 15:18:09 +02:00
parent 3691aa4acc
commit 03815f27ee
52 changed files with 4056 additions and 873 deletions
@@ -30,7 +30,7 @@ export function ManaTypeBreakdown({ store }: ManaTypeBreakdownProps) {
.map(([id, state]) => {
const def = ELEMENTS[id];
if (!def) return null;
const elemMax = computeElementMax(store, effects);
const elemMax = computeElementMax(store, effects, id);
return {
id,
name: def.name,