fix: pass rawMana to activate() in DisciplinesTab to allow discipline reactivation after stop
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 1m18s

This commit is contained in:
2026-06-09 09:59:48 +02:00
parent e45c206321
commit 42053f41ac
5 changed files with 30 additions and 12 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# Circular Dependencies
Generated: 2026-06-08T23:26:23.477Z
Generated: 2026-06-09T07:33:46.167Z
Found: 2 circular chain(s) — these MUST be fixed before modifying involved files.
1. 1) stores/golem-combat-actions.ts > stores/golem-combat-helpers.ts
+6 -2
View File
@@ -1,6 +1,6 @@
{
"_meta": {
"generated": "2026-06-08T23:26:19.136Z",
"generated": "2026-06-09T07:33:43.815Z",
"description": "Import dependency graph for src/lib/game. Keys are files, values are arrays of files they import.",
"usage": "To find what a file affects, search for its path in the VALUES. To find what a file depends on, look at its KEY entry."
},
@@ -144,13 +144,15 @@
"crafting-actions/design-actions.ts": [
"crafting-design.ts",
"crafting-utils.ts",
"effects/discipline-effects.ts",
"effects/special-effects.ts",
"effects/upgrade-effects.ts",
"stores/craftingStore.types.ts",
"types.ts"
],
"crafting-actions/disenchant-actions.ts": [
"stores/craftingStore.types.ts"
"stores/craftingStore.types.ts",
"stores/manaStore.ts"
],
"crafting-actions/equipment-actions.ts": [
"crafting-utils.ts",
@@ -607,6 +609,7 @@
"crafting-actions/preparation-actions.ts",
"crafting-design.ts",
"crafting-utils.ts",
"effects/discipline-effects.ts",
"stores/combatStore.ts",
"stores/crafting-equipment-tick.ts",
"stores/crafting-initial-state.ts",
@@ -779,6 +782,7 @@
"crafting-apply.ts",
"crafting-design.ts",
"crafting-prep.ts",
"effects/discipline-effects.ts",
"effects/upgrade-effects.types.ts",
"stores/craftingStore.ts",
"stores/tick-pipeline.ts"