Path-of-Terraria / PathOfTerraria

GNU General Public License v3.0
0 stars 1 forks source link

Bug - Guardian Angel Rings + VFX in MP #191

Open CollinHerber opened 6 days ago

CollinHerber commented 6 days ago

In MP the Guardian Angel Rings and Beam do not show up

I'm thinking the rings can be local to the player - But the beam should be shown to everyone.

GabeHasWon commented 4 days ago

I'll wait for #200 to merged before doing this, but this should be simple. Only thing to note is that making the rings local to the player would be a lot more work than not doing so.

GabeHasWon commented 3 days ago

Alright, this works. I'll do #201 while I'm at it. If we really want to, if we remove the ClientRecieve from SyncGuardianAngelHandler, then the rings will be local to the owner but the resulting beam will show up for everyone. It's really easy to sync the rings too, which is more consistent personally, but if we agree that the former is preferred that'd be simple.