You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PF2e Treat Wounds Macro game.pf2e.actions.treatWounds({ event, actors: [token?.actor ?? actor ?? game.user.character].filter((actor) => actor) })
If used by an actor who has the risky surgery feat, this macro will always roll 1d8 damage, even if the actor has not checked the risky surgery option.
The text was updated successfully, but these errors were encountered:
The PF2e Treat Wounds Macro
game.pf2e.actions.treatWounds({ event, actors: [token?.actor ?? actor ?? game.user.character].filter((actor) => actor) })
If used by an actor who has the risky surgery feat, this macro will always roll 1d8 damage, even if the actor has not checked the risky surgery option.
The text was updated successfully, but these errors were encountered: