Skip to content

Commit

Permalink
Update spells.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Maleclypse committed Jul 22, 2024
1 parent d443697 commit 71ad208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/monster_special_attacks/spells.json
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@
{
"type": "effect_on_condition",
"id": "EOC_random_mutate",
"condition": { "u_is_npc" },
"condition": "u_is_npc",
"effect": [
{ "set_string_var": "<random_category>", "target_var": { "context_val": "dart_mutation_category" }, "parse_tags": true },
{ "u_mutate_category": { "context_val": "dart_mutation_category" }, "use_vitamins": false }
Expand Down

0 comments on commit 71ad208

Please sign in to comment.