fix: SkillsTab barrel export, equipment store reads, LabTab re-export, debug null guards, GrimoireTab loaded state, spire tab switching
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 1m48s

This commit is contained in:
2026-05-06 21:08:10 +02:00
parent e5308ac239
commit a4004be229
10 changed files with 28 additions and 141 deletions
+2 -2
View File
@@ -24,7 +24,7 @@ export function PactDebug() {
const addLog = useUIStore((s) => s.addLog);
// Get all guardian floors
const guardianFloors = Object.keys(GUARDIANS).map(Number).sort((a, b) => a - b);
const guardianFloors = Object.keys(GUARDIANS || {}).map(Number).sort((a, b) => a - b);
// Force sign a pact with a guardian (bypass costs and time)
const forcePact = (floor: number) => {
@@ -118,7 +118,7 @@ export function PactDebug() {
Floor {floor} | {guardian.pact}x multiplier
</div>
<div className="text-xs text-gray-500">
Unlocks: {guardian.unlocksMana.map(e => ELEMENTS[e]?.name || e).join(', ')}
Element: {ELEMENTS[guardian.element]?.name || guardian.element}
</div>
</div>
<div className="flex gap-1">