JustDerb / RoR2-VsTwitch

Risk of Rain 2 Mod - Fight Twitch Chat.
https://thunderstore.io/package/JustDerb/Vs_Twitch/
6 stars 4 forks source link

Bit Event: Mithrix dies when falling off stage #13

Closed JustDerb closed 3 years ago

JustDerb commented 3 years ago

On maps that are easy to fall off of, Mithrix can die by simply falling off the edge.

JustDerb commented 3 years ago

This is due to how the MapZone::TryZoneStart() method is coded. It only teleports "Players" - while everything else calls HealthComponent::Suicide()

We need to hook into this and possibly attach a custom Component that the hook checks for. If found, teleport instead of killing the monster.