dialog test v2

This commit is contained in:
Vlyan
2020-12-11 23:31:34 +01:00
parent 8f59902130
commit 139e5f5640
5 changed files with 279 additions and 98 deletions

View File

@@ -45,7 +45,7 @@ export class RollL5r5e extends Roll {
}
set actor(actor) {
this.l5r5e.actor = (actor instanceof Actor && actor.owner) || null;
this.l5r5e.actor = actor instanceof Actor && actor.owner ? actor : null;
}
/**