Skip to content

Commit

Permalink
Update SystemProvider.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mclemente committed Jul 20, 2022
1 parent e37bfe5 commit 2c85664
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions module/SystemProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -1033,9 +1033,9 @@ export class sfrpgProvider extends SystemProvider {
speed: data.attributes.speed.land.value,

saves: {
fortitude: data.attributes.fort.value,
reflex: data.attributes.reflex.value,
will: data.attributes.will.value,
fortitude: data.attributes.fort.bonus,
reflex: data.attributes.reflex.bonus,
will: data.attributes.will.bonus,
},
languages: data.traits.languages ? data.traits.languages.value.map((code) => game.i18n.localize(CONFIG.SFRPG.languages[code])) : [],
currency: data.currency,
Expand Down

0 comments on commit 2c85664

Please sign in to comment.