Skip to content

Commit

Permalink
Added missing statType to the goblet artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfteam committed Aug 26, 2022
1 parent 0ea492e commit b2e55fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/domain/app_constants.dart
Expand Up @@ -39,6 +39,7 @@ List<StatType> getArtifactPossibleMainStats(ArtifactType type) {
StatType.electroDmgBonusPercentage,
StatType.anemoDmgBonusPercentage,
StatType.geoDmgBonusPercentage,
StatType.dendroDmgBonusPercentage,
];
case ArtifactType.crown:
return [
Expand Down

0 comments on commit b2e55fd

Please sign in to comment.