mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
Fixed sizing for evolved beastforms
This commit is contained in:
parent
989a6e3a2a
commit
ce7020d8d5
6 changed files with 48 additions and 29 deletions
|
|
@ -221,8 +221,8 @@ export default class DHBeastform extends BaseDataItem {
|
|||
const { x, y } = game.system.api.documents.DhToken.getSnappedPositionInSquareGrid(
|
||||
token.object.scene.grid,
|
||||
{ x: token.x, y: token.y, elevation: token.elevation },
|
||||
width,
|
||||
height
|
||||
width ?? token.width,
|
||||
height ?? token.height
|
||||
);
|
||||
return {
|
||||
...prototypeTokenUpdate,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue