mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-16 23:26:28 +01:00
Removed a 'aware aware' duplicate typo
This commit is contained in:
parent
822c522f61
commit
78c6f3bf48
1 changed files with 1 additions and 1 deletions
|
|
@ -712,7 +712,7 @@ export default class CharacterSheet extends DHBaseActorSheet {
|
||||||
headerTitle: game.i18n.format('DAGGERHEART.UI.Chat.dualityRoll.abilityCheckTitle', {
|
headerTitle: game.i18n.format('DAGGERHEART.UI.Chat.dualityRoll.abilityCheckTitle', {
|
||||||
ability: abilityLabel
|
ability: abilityLabel
|
||||||
}),
|
}),
|
||||||
effects: await await game.system.api.data.actions.actionsTypes.base.getEffects(this.document),
|
effects: await game.system.api.data.actions.actionsTypes.base.getEffects(this.document),
|
||||||
roll: {
|
roll: {
|
||||||
trait: button.dataset.attribute,
|
trait: button.dataset.attribute,
|
||||||
type: 'trait'
|
type: 'trait'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue