Skip to content

Commit aa7e86a

Browse files
committed
Set the JP cap to 550.
1 parent 0d663c3 commit aa7e86a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • public/js/components/pages/SkillSimulator

public/js/components/pages/SkillSimulator/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ const availableJp = [
270270
550, // 260
271271
];
272272

273-
const jpCap = null;
273+
const jpCap = 550;
274274

275275
const decodeState = (state, job) => {
276276
let stateDecoded = parseInt(state).toString(2);

0 commit comments

Comments
 (0)