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

This commit is contained in:
2026-05-27 15:57:17 +02:00
parent 5e76fe7145
commit 5f8a860a3c
5 changed files with 105 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# Circular Dependencies
Generated: 2026-05-27T12:39:49.991Z
Generated: 2026-05-27T13:22:21.442Z
No circular dependencies found. ✅
+13 -1
View File
@@ -1,6 +1,6 @@
{
"_meta": {
"generated": "2026-05-27T12:39:48.093Z",
"generated": "2026-05-27T13:22:19.613Z",
"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."
},
@@ -365,10 +365,22 @@
"data/equipment/equipment-types-data.ts",
"data/equipment/types.ts"
],
"data/fabricator-material-recipes.ts": [
"data/fabricator-recipe-types.ts"
],
"data/fabricator-physical-recipes.ts": [
"data/fabricator-recipe-types.ts"
],
"data/fabricator-recipe-types.ts": [
"data/equipment/types.ts"
],
"data/fabricator-recipes.ts": [
"data/fabricator-material-recipes.ts",
"data/fabricator-physical-recipes.ts",
"data/fabricator-recipe-types.ts",
"data/fabricator-wizard-recipes.ts"
],
"data/fabricator-wizard-recipes.ts": [
"data/fabricator-recipe-types.ts"
],
"data/golems/base-golems.ts": [
+1
View File
@@ -209,6 +209,7 @@ Mana-Loop/
│ │ │ ├── cross-module-prestige-discipline.test.ts
│ │ │ ├── discipline-math.test.ts
│ │ │ ├── discipline-prerequisites.test.ts
│ │ │ ├── discipline-reactivate-bug.test.ts
│ │ │ ├── enemy-barrier-utils.test.ts
│ │ │ ├── enemy-generator.test.ts
│ │ │ ├── enemy-utils.test.ts