Skip to content

Commit

Permalink
"+Vow" creates a vow
Browse files Browse the repository at this point in the history
  • Loading branch information
ben committed Nov 7, 2024
1 parent ecda010 commit 1aaec9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Next Release

- Fix a bug where clicking "+Vow" would create a "progress" item instead of a "vow" item.

## 1.24.6

- Fix a bug where changing the name of a move in the compendium doesn't change it in the move sheet ([#1036](https://github.com/ben/foundry-ironsworn/pull/1036))
Expand Down
2 changes: 1 addition & 1 deletion src/module/vue/components/progress/progress-controls.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ async function addProgressItem(subtype) {
const itemData = {
name: subtype.capitalize(),
type: 'progress',
data: { subtype },
system: { subtype },
sort: 9000000
}
const item = await Item.create(itemData as any, { parent: $actor })
Expand Down

0 comments on commit 1aaec9f

Please sign in to comment.