Fix: position token de rencontre dérobées

This commit is contained in:
Vincent Vandemeulebrouck
2021-06-05 02:21:28 +02:00
parent c7a417fc69
commit 19d8202439
2 changed files with 5 additions and 5 deletions

View File

@ -13,7 +13,7 @@ export class Rencontre extends Draconique {
async onActorCreateOwned(actor, item) { }
code() { return 'rencontre' }
tooltip(linkData) { return `${linkData.rencontre.name} de force ${linkData.rencontre.force}` }
tooltip(rencontre) { return `${rencontre.name} de force ${rencontre.force}` }
img() { return 'systems/foundryvtt-reve-de-dragon/icons/heures/hd06.webp' }
createSprite(pixiTMR) {