Skip to content

Commit

Permalink
Merge pull request #75333 from Standing-Storm/patch-1
Browse files Browse the repository at this point in the history
[Bombastic Perks] Fix Pantherish Grace menu display
  • Loading branch information
Maleclypse authored Aug 1, 2024
2 parents 3dff572 + 30dcc99 commit 9031b6d
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 @@ -200,7 +200,7 @@
"condition": { "not": { "u_has_trait": "perk_pantherish_grace" } },
"text": "Gain [<trait_name:perk_pantherish_grace>]",
"effect": [
{ "set_string_var": "<trait_name:perk_mighty_thews>", "target_var": { "context_val": "trait_name" } },
{ "set_string_var": "<trait_name:perk_pantherish_grace>", "target_var": { "context_val": "trait_name" } },
{
"set_string_var": "<trait_description:perk_pantherish_grace>",
"target_var": { "context_val": "trait_description" }
Expand Down

0 comments on commit 9031b6d

Please sign in to comment.