Working on Compatibility for FVTT v10
token.img -> token.texture.src some missing data/system comp.keys() -> comp.index.keys()
This commit is contained in:
@@ -190,7 +190,7 @@ export class DicePickerDialog extends FormApplication {
|
||||
set targetInfos(targetToken) {
|
||||
this.object.targetInfos = targetToken
|
||||
? {
|
||||
img: targetToken.img,
|
||||
img: targetToken.texture.src || null,
|
||||
name: targetToken.name,
|
||||
}
|
||||
: null;
|
||||
|
||||
Reference in New Issue
Block a user