Skip to content

Commit

Permalink
fix queue_eocs
Browse files Browse the repository at this point in the history
  • Loading branch information
GuardianDll authored Nov 8, 2024
1 parent 4de4244 commit 6e53a34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/mods/MindOverMatter/powers/vitakinesis_eoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -1056,7 +1056,7 @@
"effect": [
{ "run_eocs": [ "EOC_VITAKIN_SUPER_HEAL_EFFECTS", "EOC_VITA_SUPER_HEAL_DRAIN" ] },
{
"queue_eocs": "EOC_VITAKIN_SUPER_HEAL_RUN_HEALING",
"run_eocs": "EOC_VITAKIN_SUPER_HEAL_RUN_HEALING",
"time_in_future": [
{
"math": [
Expand Down Expand Up @@ -1187,7 +1187,7 @@
},
{ "math": [ "u_vitamin('vitamin_psionic_drain')", "+=", "rand(10) + 2" ] },
{
"queue_eocs": "EOC_VITAKIN_RETURN_FROM_DEATH_RUN_HEALING",
"run_eocs": "EOC_VITAKIN_RETURN_FROM_DEATH_RUN_HEALING",
"time_in_future": [
1,
{
Expand Down Expand Up @@ -1263,7 +1263,7 @@
{ "u_lose_effect": "effect_vita_return_from_death" },
{ "u_add_effect": "effect_vita_super_heal_return_from_death", "duration": "20 seconds" },
{
"queue_eocs": "EOC_VITAKIN_RETURN_FROM_DEATH_RUN_HEALING",
"run_eocs": "EOC_VITAKIN_RETURN_FROM_DEATH_RUN_HEALING",
"time_in_future": [
{
"math": [
Expand Down

0 comments on commit 6e53a34

Please sign in to comment.