diff --git a/CHANGELOG.md b/CHANGELOG.md index 702d432..45593c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 8.0.3 - 2026-03-15 (Pathfinder 2e 7.11.x / 6.12.4) +### Fix +- Fix stale Off-Guard effect UUID in Fake Out chat link. + ## 8.0.2 - 2026-02-27 (Pathfinder 2e 7.10.1 / 6.12.4) - Update French translation. diff --git a/scripts/feats/fake-out.js b/scripts/feats/fake-out.js index 8600f22..5ba858d 100644 --- a/scripts/feats/fake-out.js +++ b/scripts/feats/fake-out.js @@ -182,7 +182,7 @@ function postFakeOutMessage(actor, message, bonus) { actionName: game.i18n.localize("pf2e-ranged-combat.feat.fakeOut.name"), actionSymbol: "r", traits: ["visual"], - link: bonus ? "Compendium.pf2e.other-effects.Item.AHMUpMbaVkZ5A1KX" : null + link: bonus ? "Compendium.pf2e.other-effects.Item.y1GwyXv7iOf8DhBg" : null } ); }