Skip to content

Commit

Permalink
Update SystemProvider.js
Browse files Browse the repository at this point in the history
Fix #82
  • Loading branch information
mclemente committed Jun 10, 2024
1 parent b94ddf6 commit 2d4a813
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions module/SystemProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -1177,8 +1177,8 @@ export class sfrpgProvider extends SystemProvider {
max: data.attributes.sp.max,
},
rp: {
value: data.attributes.sp.value,
max: data.attributes.sp.max,
value: data.attributes.rp.value,
max: data.attributes.rp.max,
},
armor: data.attributes.eac.value ? data.attributes.eac.value : 10,
kac: data.attributes.kac.value ? data.attributes.kac.value : 10,
Expand Down

0 comments on commit 2d4a813

Please sign in to comment.