Skip to content

Commit

Permalink
Replace other u_add_trait with u_mutate_towards
Browse files Browse the repository at this point in the history
  • Loading branch information
Standing-Storm authored Feb 21, 2024
1 parent 6e7c42d commit cd892ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/mods/BombasticPerks/perkmenu.json
Original file line number Diff line number Diff line change
Expand Up @@ -1063,7 +1063,7 @@
},
"failure_explanation": "Requirements Not Met",
"failure_topic": "TALK_PERK_MENU_FAIL",
"effect": [ { "u_add_trait": { "context_val": "trait_id" } }, { "math": [ "u_num_perks", "--" ] } ]
"effect": [ { "u_mutate_towards": { "context_val": "trait_id" } }, { "math": [ "u_num_perks", "--" ] } ]
},
{
"text": "Go Back.",
Expand Down

0 comments on commit cd892ca

Please sign in to comment.