diff --git a/src/module/item/spell/document.ts b/src/module/item/spell/document.ts index 6ca2b0702ba..1fbb49dfa4e 100644 --- a/src/module/item/spell/document.ts +++ b/src/module/item/spell/document.ts @@ -457,7 +457,7 @@ class SpellPF2e extends Ite } const { castRank, overlayIds } = options; const appliedOverlays: Map = new Map(); - const heightenOverlays = this.getHeightenLayers(castRank); + const heightenOverlays = this.getHeightenLayers(castRank ?? this.rank); const overlays = overlayIds?.map((id) => ({ id, data: this.overlays.get(id, { strict: true }) })) ?? []; const overrides = (() => {