Skip to content

Commit

Permalink
Expose the move sheet to macro users
Browse files Browse the repository at this point in the history
  • Loading branch information
ben committed Nov 15, 2024
1 parent f8ee78a commit 7cc4cd7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
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

- Expose `SFCharacterMoveSheet` to macro authors as `CONFIG.IRONSWORN.applications.SFCharacterMoveSheet`

## 1.24.7

- Fix a bug where clicking "+Vow" would create a "progress" item instead of a "vow" item.
Expand Down
3 changes: 3 additions & 0 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import { AssetCompendiumBrowser } from './module/item/asset-compendium-browser'
import { FirstStartDialog } from './module/applications/firstStartDialog'
import { SFSettingTruthsDialogVue } from './module/applications/vueSfSettingTruthsDialog'
import { OracleWindow } from './module/applications/oracle-window'
import { SFCharacterMoveSheet } from './module/actor/sheets/sf-charactermovesheet'
import {
getOracleTree,
registerOracleTree
Expand Down Expand Up @@ -40,6 +41,7 @@ export interface IronswornConfig {
AssetCompendiumBrowser: typeof AssetCompendiumBrowser
FoeBrowser: typeof FoeBrowser
OracleWindow: typeof OracleWindow
SFCharacterMoveSheet: typeof SFCharacterMoveSheet

// Rolling
IronswornRoll: typeof IronswornRoll
Expand Down Expand Up @@ -71,6 +73,7 @@ export const IRONSWORN: IronswornConfig = {
AssetCompendiumBrowser,
FoeBrowser,
OracleWindow,
SFCharacterMoveSheet,

IronswornRoll,
IronswornPrerollDialog,
Expand Down

0 comments on commit 7cc4cd7

Please sign in to comment.