Skip to content

Commit

Permalink
Merge pull request #103 from sdglitched/bug/issue-99
Browse files Browse the repository at this point in the history
Rename the SecoStatType members to match the naming convention
  • Loading branch information
gridhead authored Sep 4, 2024
2 parents 3e216f5 + 556d290 commit 817df4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gi_loadouts/type/arti/base/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ class SecoStatType(Enum):
health_points_perc = STAT.health_points_perc
elemental_mastery = STAT.elemental_mastery
energy_recharge_perc = STAT.energy_recharge_perc
critical_rate = STAT.critical_rate_perc
critical_damage = STAT.critical_damage_perc
critical_rate_perc = STAT.critical_rate_perc
critical_damage_perc = STAT.critical_damage_perc
none = STAT.none


Expand Down

0 comments on commit 817df4c

Please sign in to comment.