mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
[Fix] Party And Effect Minifixes (#1337)
* . * Added migration to remove ghosts from the TagTeamDialog
This commit is contained in:
parent
d616ddc113
commit
44b805d0df
6 changed files with 55 additions and 2 deletions
|
|
@ -51,7 +51,7 @@ export default class EffectsField extends fields.ArrayField {
|
|||
let effects = this.effects;
|
||||
const messageTargets = [];
|
||||
targets.forEach(async baseToken => {
|
||||
if (this.hasSave && token.saved.success === true) effects = this.effects.filter(e => e.onSave === true);
|
||||
if (this.hasSave && baseToken.saved.success === true) effects = this.effects.filter(e => e.onSave === true);
|
||||
if (!effects.length) return;
|
||||
|
||||
const token =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue