mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-08 21:58:11 +02:00
fix unnecessary fallback and change to uuid field for validation
This commit is contained in:
parent
4907b4e609
commit
fb4af90b07
2 changed files with 4 additions and 4 deletions
|
|
@ -536,8 +536,8 @@ export default class DHBaseAction extends foundry.abstract.DataModel {
|
|||
description: this.description,
|
||||
actions: [],
|
||||
source: {
|
||||
actor: this.item?.actor?.uuid ?? this.item?.actor?.id ?? null,
|
||||
item: this.item?.uuid ?? this.item?.id ?? null
|
||||
actor: this.item?.actor?.uuid ?? null,
|
||||
item: this.item?.uuid ?? null
|
||||
}
|
||||
};
|
||||
const msg = new cls({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue