kaelad02 / show-secrets

Foundry module to show secret blocks in chat messages
MIT License
2 stars 1 forks source link

Broken with Pathfinder 2e 4.6.0 #7

Closed Wonton77 closed 1 year ago

Wonton77 commented 1 year ago

As of Pathfinder 2e module 4.6.0, Show Secrets appears to cause an issue where the "Damage" / "Half" / "Double" / etc buttons on a damage roll in chat no longer function.

kaelad02 commented 1 year ago

I think I see the issue. The way I'm changing how the chat message is rendered is interfering with the way the pf2e system also changes things. I end up overriding whatever code the system wants to do, which is now where the code to handle those damage buttons lives. I just need to figure out how to change Foundry's base ChatMessage class instead of how I'm using libWrapper right now.

kaelad02 commented 1 year ago

I released version 2.1.1 with this bug fix.