forked from public/foundryvtt-reve-de-dragon
Big WIP...
This commit is contained in:
@ -30,7 +30,7 @@ export class PresentCites extends Draconique {
|
||||
}
|
||||
|
||||
async _ajouterPresents(actor, tete) {
|
||||
let existants = actor.data.items.filter(it => this.isCase(it)).map(it => it.data.coord);
|
||||
let existants = actor.items.filter(it => this.isCase(it)).map(it => it.system.coord);
|
||||
if (existants.length > 0) {
|
||||
ChatMessage.create({
|
||||
whisper: ChatUtility.getWhisperRecipientsAndGMs(game.user.name),
|
||||
|
Reference in New Issue
Block a user