Certain Hero Does Damage only to Same Hero

I’m trying to make a 3v3 mirror match game mode, but if there are genji’s in the round. The genji’s can only hurt each other, and not the other heroes.

https://us.forums.blizzard.com/en/overwatch/t/how-to-only-damage-certain-heroes/646712

This post was kinda of similar.

Touché

rule("Rule 1")
{
	event
	{
		Ongoing - Global;
    }

	actions
	{
		Start Damage Modification(Players On Hero(Hero(Genji), Team(All)), Remove From Array(All Players(All Teams), Players On Hero(Hero(Genji), Team(All))), 0, Receivers Damagers And Damage Percent);
	}
}
2 Likes