Skip to content

Commit

Permalink
Make sure IS characters get the IS sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
ben committed Sep 11, 2024
1 parent 176e591 commit 5b68370
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/module/applications/createActorDialog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ export class CreateActorDialog extends FormApplication<CreateActorDialogOptions>
drawResult?.results[0]?.text ||
game.i18n.localize(CONFIG.Actor.typeLabels.character),
'character',
ev.currentTarget.dataset.img || undefined
ev.currentTarget.dataset.img || undefined,
'ironsworn.IronswornCharacterSheetV2'
)
}

Expand Down

0 comments on commit 5b68370

Please sign in to comment.