Skip to content

Commit

Permalink
Fix issue with FOCUS not being recognized in refunds.
Browse files Browse the repository at this point in the history
  • Loading branch information
bibi-reden committed Aug 4, 2024
1 parent 907bfcc commit 7651ac3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ object RefundFactory {
registry.accept { data, player -> data.get(PlayerEXAttributes.DEXTERITY) }
registry.accept { data, player -> data.get(PlayerEXAttributes.INTELLIGENCE) }
registry.accept { data, player -> data.get(PlayerEXAttributes.LUCKINESS) }
registry.accept { data, player -> data.get(PlayerEXAttributes.FOCUS) }
}
}

0 comments on commit 7651ac3

Please sign in to comment.