Skip to content

Commit

Permalink
[Presentation] Ignore def stat on weapon filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfteam committed Feb 9, 2022
1 parent 7306311 commit 8757233
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/presentation/weapons/widgets/weapon_bottom_sheet.dart
Expand Up @@ -29,6 +29,7 @@ final _ignoredSubStats = [
StatType.geoDmgBonusPercentage,
StatType.anemoDmgBonusPercentage,
StatType.healingBonusPercentage,
StatType.def,
];

const _areWeaponTypesEnabledKey = 'areWeaponTypesEnabled';
Expand Down

0 comments on commit 8757233

Please sign in to comment.