ChasarooniZ / PF2e-Reactive-Token-Ring

Implement possible reactive Dynamic Ring Features for Pf2e system
MIT License
1 stars 3 forks source link

Fix multiplayer health flashing #36

Closed Mystler closed 1 month ago

Mystler commented 1 month ago

Since the preUpdateActor hook only triggers on the originating client, we need to use a custom socket for the module and broadcast our flashing instructions to other clients.

This should close #34.

ChasarooniZ commented 1 month ago

closes #34