Skip to content

Commit

Permalink
Ignored soft cap breakpoints for stats with specified hard caps
Browse files Browse the repository at this point in the history
 On branch auto_reforge
 Changes to be committed:
	modified:   ui/core/components/suggest_reforges_action.tsx
  • Loading branch information
NerdEgghead committed Jun 14, 2024
1 parent 567191c commit ac7ddb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/core/components/suggest_reforges_action.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ export class ReforgeOptimizer {
this.softCapsConfig
.slice()
.reverse()
.filter((config) => this.statCaps.getStat(config.stat) == 0)
.forEach(config => {
const relativeBreakpoints = [];

Expand Down

0 comments on commit ac7ddb1

Please sign in to comment.