RanvierMUD / core

Core engine code for Ranvier
https://ranviermud.com
MIT License
45 stars 41 forks source link

Add the effect variable to the emit that is being removed to player #117

Open nelsonsbrian opened 4 years ago

nelsonsbrian commented 4 years ago

Don't really see a reason not to, but my use case is to listen for the 'effectRemoved' on the player and update my websocket client with that specific effect being removed. This would be the cleanest way to do it.

azigler commented 4 years ago

Great idea!