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
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 1m20s
This commit is contained in:
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user