Skip to content

Commit

Permalink
feat: Add Point-Out to BAM
Browse files Browse the repository at this point in the history
Historically, this action didn't do anything but print a nearly empty
chat message with no buttons or other effects.  So there wasn't really
any point in having it in BAM.

But with the PF2e Perception module, it does change visibility levels and is
useful to use.
  • Loading branch information
xyzzy42 authored and xdy committed Jun 23, 2024
1 parent 4db3c18 commit d3059e0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/module/feature/macros/basicActionMacros.ts
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,13 @@ export async function basicActionMacros() {
action: game.pf2e.actions.get("pick-a-lock"),
icon: "icons/skills/social/theft-pickpocket-bribery-brown.webp",
},
{
actionType: "other",
name: game.i18n.localize("PF2E.Actions.PointOut.Title"),
skill: "",
action: game.pf2e.actions.get("point-out"),
icon: "systems/pf2e/icons/conditions/observed.webp",
},
{
actionType: "other",
name: game.i18n.localize(`${MODULENAME}.macros.basicActionMacros.actions.RaiseAShieldToggle`),
Expand Down

0 comments on commit d3059e0

Please sign in to comment.