Skip to content

Commit

Permalink
Don't double-charge
Browse files Browse the repository at this point in the history
  • Loading branch information
Standing-Storm committed Dec 24, 2024
1 parent 893ef49 commit e5fd8e6
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,7 @@
{
"type": "effect_on_condition",
"id": "EOC_PSIONICS_KCAL_COST",
"effect": [
{
"math": [ "u_calories()", "-=", "psionics_kcal_cost(u_latest_channeled_power_difficulty) * u_nether_attunement_power_scaling" ]
}
]
"effect": [ { "math": [ "u_calories()", "-=", "psionics_kcal_cost(u_latest_channeled_power_difficulty)" ] } ]
},
{
"type": "effect_on_condition",
Expand Down

0 comments on commit e5fd8e6

Please sign in to comment.