Skip to content

Commit

Permalink
Running removes charm
Browse files Browse the repository at this point in the history
  • Loading branch information
Standing-Storm committed Jul 22, 2024
1 parent 4075dfd commit 7401419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/mods/Xedra_Evolved/spells/hedge_magic_eocs.json
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@
"condition": {
"and": [
{ "u_has_effect": "effect_hedge_walk_on_water" },
{ "compare_string": [ "walk", { "context_val": "movement_mode" } ] }
{ "compare_string": [ "run", { "context_val": "movement_mode" } ] }
]
},
"effect": [ { "u_lose_effect": "effect_hedge_walk_on_water" } ]
Expand Down

0 comments on commit 7401419

Please sign in to comment.