Skip to content

Commit

Permalink
fix goof
Browse files Browse the repository at this point in the history
  • Loading branch information
BalthazarArgall committed Jun 12, 2024
1 parent 4e381d2 commit bb7d4d7
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -577,16 +577,16 @@
{ "u_has_trait": "ELECTROCYTES" },
{ "not": { "u_has_effect": "electrocytes_charge", "intensity": 10 } },
{ "math": [ "u_calories('format': 'percent')", ">", "25" ] }
],
"effect": [
{ "math": [ "u_calories()", "-=", "60" ] },
{
"u_add_effect": "electrocytes_charge",
"duration": "PERMANENT",
"intensity": { "math": [ "u_effect_intensity('electrocytes_charge') + 1" ] }
}
]
}
},
"effect": [
{ "math": [ "u_calories()", "-=", "60" ] },
{
"u_add_effect": "electrocytes_charge",
"duration": "PERMANENT",
"intensity": { "math": [ "u_effect_intensity('electrocytes_charge') + 1" ] }
}
]
},
{
"type": "effect_on_condition",
Expand Down

0 comments on commit bb7d4d7

Please sign in to comment.