RoR2-ChensGradiusMod

Gradius Mod in Risk of Rain 2.

View on GitHub

ChensGradiusMod

Chen.GradiusMod.Extensions

Extensions.FilterOutOwnerFromAttack(BulletAttack) Method

Filters the owner out from the attack so that they do not hit themselves with their own attack.
Useful for Option Seeds’ behavior to avoid hitting the owner.

public static void FilterOutOwnerFromAttack(this BulletAttack bulletAttack);

Parameters

bulletAttack RoR2.BulletAttack
The bullet attack being worked on.