KosmosisDire / TeammateRevive

A simple Risk of Rain 2 mod that allows teammates to revive their fallen colleagues.
4 stars 9 forks source link

Added config to prevent reviving while hitboxes are disabled. #64

Open Moffein opened 1 year ago

Moffein commented 1 year ago

Untested, but the code is pretty simple. playerBody.disablingHurtBoxes is a private variable that requires a publicized assembly to access, or else it will error. I set the option to be disabled by default, but feel free to set it to whatever.

KosmosisDire commented 1 year ago

Thanks for this! I will look over it when I have time :)