Skip to content

Commit

Permalink
Merge pull request #79425 from Standing-Storm/recipe-fix
Browse files Browse the repository at this point in the history
[MoM] Fix Thought-Form Exercises Recipe
  • Loading branch information
Maleclypse authored Jan 31, 2025
2 parents f5063b2 + 35fdfa5 commit ec34dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/mods/MindOverMatter/recipes/psionics_practice.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"proficiencies": [ { "proficiency": "prof_psionic_ritual", "time_multiplier": 1, "skill_penalty": 0 } ],
"time": "1 h",
"qualities": [ { "id": "MATRIX_CHANNEL", "level": 1 } ],
"tools": [ [ [ "matrix_shard", 1 ], [ "matrix_crystal_drained", 1 ] ] ],
"tools": [ [ [ "matrix_shard", -1 ], [ "matrix_crystal_drained", -1 ] ] ],
"book_learn": [ [ "manual_psionic_ritual", 4 ] ],
"flags": [ "BLIND_EASY", "NO_MANIP", "AFFECTED_BY_PAIN", "NO_BENCH", "NO_ENCHANTMENT" ]
},
Expand Down

0 comments on commit ec34dc3

Please sign in to comment.