Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion scripts/feats/fake-out.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
);
}
Expand Down