Skip to content

Commit

Permalink
Merge pull request #1672 from obrenckle/apply_force_upgrades
Browse files Browse the repository at this point in the history
fix(force powers): apply upgrades to actor
  • Loading branch information
wrycu authored Aug 14, 2024
2 parents 040396c + 125c146 commit bc2278e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
`1.904`
* Fixes:
* Apply Force Powers upgrades to character
* Imported skill modifiers have better formatted attributes key names ([#1663](https://github.com/StarWarsFoundryVTT/StarWarsFFG/issues/1663))
* Updated Spanish localizations

Expand Down
2 changes: 1 addition & 1 deletion modules/helpers/modifiers.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export default class ModifierHelpers {
return {
type: "talent",
name: `${item.name}: ${item.system.upgrades[k].name}`,
data: {
system: {
attributes: item.system.upgrades[k]?.attributes ? item.system.upgrades[k]?.attributes : {},
ranks: {
ranked: false,
Expand Down

0 comments on commit bc2278e

Please sign in to comment.