From b5e7f17150006d0d7c56647dbb4e5bfa5d3399be Mon Sep 17 00:00:00 2001 From: KKDavion <32150450+KKDavion@users.noreply.github.com> Date: Fri, 15 Mar 2024 23:15:39 -0700 Subject: [PATCH] Update biokinesis.json Fix Incorrect Spell Tag "biokin_biokin_adrenaline" --- .../MindOverMatter/powers/learning_eocs/biokinesis.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/mods/MindOverMatter/powers/learning_eocs/biokinesis.json b/data/mods/MindOverMatter/powers/learning_eocs/biokinesis.json index d9ac9524baeae..f605644fa0d98 100644 --- a/data/mods/MindOverMatter/powers/learning_eocs/biokinesis.json +++ b/data/mods/MindOverMatter/powers/learning_eocs/biokinesis.json @@ -85,7 +85,7 @@ { "or": [ { "math": [ "u_spell_level('biokin_reflex_enhance')", ">=", "5" ] }, - { "math": [ "u_spell_level('biokin_biokin_adrenaline')", ">=", "8" ] } + { "math": [ "u_spell_level('biokin_adrenaline')", ">=", "8" ] } ] } ] @@ -333,7 +333,7 @@ { "and": [ { "math": [ "u_spell_level('biokin_physical_enhance')", ">=", "6" ] }, - { "math": [ "u_spell_level('biokin_biokin_adrenaline')", ">=", "8" ] }, + { "math": [ "u_spell_level('biokin_adrenaline')", ">=", "8" ] }, { "or": [ { "math": [ "u_spell_level('biokin_dash')", ">=", "8" ] }, @@ -543,7 +543,7 @@ { "or": [ { "math": [ "u_spell_level('biokin_reflex_enhance')", ">=", "14" ] }, - { "math": [ "u_spell_level('biokin_biokin_adrenaline')", ">=", "12" ] } + { "math": [ "u_spell_level('biokin_adrenaline')", ">=", "12" ] } ] } ]