Skip to content

Commit

Permalink
example filter - bugfix show_gear_base_defence
Browse files Browse the repository at this point in the history
The block should be discarded if BaseDefencePercentile is disabled,
not generate a block with Hide
  • Loading branch information
Xeverous committed Nov 2, 2021
1 parent f8b7228 commit 66e8e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example_filter_template.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2046,7 +2046,7 @@ Rarity <= Rare {
BaseType == $cfg_base_defence_base_names
{
Expand $actions_base_defence
ShowHide $show_gear_base_defence
ShowDiscard $show_gear_base_defence
}

# pricing machinery for bases
Expand Down

0 comments on commit 66e8e62

Please sign in to comment.