Skip to content

Commit bf9bffc

Browse files
authored
Merge pull request #80730 from Standing-Storm/fix-two-bugs
[MoM] Fix two bugs
2 parents 3116bd8 + 6a3c86e commit bf9bffc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

data/mods/MindOverMatter/recipes/practice/clairsentient_practice.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -785,7 +785,7 @@
785785
"else": [
786786
{ "run_eocs": [ "EOC_PSI_STUDYING_POWER_INITIAL_SETUP", "EOC_PSI_PRACTICE_FOCUS_MOD" ] },
787787
{
788-
"run_eocs": "EOC_PRACTICE_CLAIR_CLEAR_SIGHT_LEARNING",
788+
"run_eocs": "EOC_PRACTICE_CLAIR_ASTRAL_PROJECTION_LEARNING",
789789
"time_in_future": [
790790
{ "math": [ "learn_new_power_lower_time_bound(u_latest_studied_power_difficulty)" ] },
791791
{ "math": [ "learn_new_power_upper_time_bound(u_latest_studied_power_difficulty)" ] }

data/mods/MindOverMatter/recipes/practice/telepathy_practice.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,6 @@
453453
"result_eocs": [
454454
{
455455
"id": "EOC_PRACTICE_TELEPATH_PRIMAL_FEAR",
456-
"condition": { "math": [ "u_spell_level('telepathic_fear') >= 1" ] },
457456
"effect": [
458457
{ "set_string_var": "telepathic_fear", "target_var": { "u_val": "latest_studied_power_name" } },
459458
{ "run_eocs": "EOC_PSI_STUDYING_TELEPATH_POWER_SETUP" },

0 commit comments

Comments
 (0)