mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 07:36:26 +01:00
Fix movement (#885)
This commit is contained in:
parent
c4f35aef9e
commit
3d6a276bbc
1 changed files with 4 additions and 0 deletions
|
|
@ -72,4 +72,8 @@ export default class DHToken extends TokenDocument {
|
||||||
}
|
}
|
||||||
return attributes;
|
return attributes;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
_shouldRecordMovementHistory() {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue