feat: add prestige system and skill upgrades with comprehensive documentation
Build and Publish Mana Loop Docker Image / build-and-publish (push) Failing after 5m57s
Build and Publish Mana Loop Docker Image / build-and-publish (push) Failing after 5m57s
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user