Merge branch 'master-fix' into 'master'
Fix: après dérobade, impossible ouvrir fiche See merge request LeRatierBretonnien/foundryvtt-reve-de-dragon!208
This commit is contained in:
commit
db9cbc693a
@ -1145,7 +1145,7 @@ export class RdDActor extends Actor {
|
||||
let newRencontres = rencontres.filter(it => it.coord != this.getDemiReve());
|
||||
if (newRencontres.length == rencontres.length) {
|
||||
newRencontres.push(currentRencontre);
|
||||
await this.update({ "data.reve.rencontre": newRencontres });
|
||||
await this.update({ "data.reve.rencontre.list": newRencontres });
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user