IcyLemonZ / pf2e-exploration-activities

A FoundryVTT module for Pathfinder2e. Adds a macro command that can be run by the GM which prompts selected players with a dropdown to select their current Exploration Activity and outputs the result to the Chat.
5 stars 14 forks source link

Only one effect #14

Open abschwa opened 1 year ago

abschwa commented 1 year ago

With repeated use of the macros, the exploration effects can stack. This change would prevent that by looping through effects on the selected tokens and deleting all matching exploration effects before applying the newly selected one.

This could also be extended to remove all exploration effects when selecting Cancel instead of an activity, but I think it makes more sense to just leave the current state on Cancel.