Increased the equipment stat max from +20 to +99.
Changes:
- HTML input max attribute: 20 → 99
- JS clamping logic: Math.min(20, val) → Math.min(99, val)
Closes #2
- Update HTML input max attribute from 20 to 99 in generateStatCheckboxes()
- Update JS clamping logic Math.min(20, val) to Math.min(99, val) in saveEquipmentItem()
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Increased the equipment stat max from +20 to +99.
Changes:
Closes #2
✅ No issues found — changes look consistent with the stated intent.