FionaBrightgrass / Aura-Share

Module to share auras in FoundryVTT using the Pathfinder FIRST EDITION system.
3 stars 1 forks source link

Aura Buffs are duplicated when moving through affected token's square. #14

Closed TheGruntBox closed 7 months ago

TheGruntBox commented 7 months ago

When a token with a shared aura moves into a square that has a recipient token, the buff is duplicated on the aura owner's sheet. image After moving right with the arrow keys image This seems to only happen with affected tokens, the player token in the line-up does not duplicate buffs. The affected tokens also have multiple instances of the buff on their sheet, though this is expected behavior with 'Delete Auras' disabled.

TheGruntBox commented 7 months ago

After some more testing, enabling 'Delete Auras' partially mitigates the issue, though some buffs incorrectly remain activated.

FionaBrightgrass commented 7 months ago

interesting. I never really thought to put tokens in the same square. I'll take a look.

FionaBrightgrass commented 7 months ago

Alright. I figured the best way to resolve this was to set auras to distance: -1 when copied. It should be resolved if you update.

TheGruntBox commented 7 months ago

Just tested after the update, issue is resolved!