mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 22:46:12 +01:00
add working buttons and fix no token selected localization
This commit is contained in:
parent
c8d2429b53
commit
e4fa33082e
8 changed files with 97 additions and 107 deletions
|
|
@ -568,7 +568,11 @@ export default class DHBaseAction extends foundry.abstract.DataModel {
|
|||
img: this.img,
|
||||
name: this.name,
|
||||
description: this.description,
|
||||
actions: []
|
||||
actions: [],
|
||||
source: {
|
||||
actor: this.item?.actor?.uuid ?? this.item?.actor?.id ?? null,
|
||||
item: this.item?.uuid ?? this.item?.id ?? null
|
||||
}
|
||||
};
|
||||
const msg = new cls({
|
||||
type: 'abilityUse',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue