Skip to content

Commit

Permalink
Merge pull request #1425 from Reborn5537/Flash
Browse files Browse the repository at this point in the history
Shapeshift and Flash
  • Loading branch information
NikoCat233 authored Mar 1, 2025
2 parents e0acaa7 + 656dc62 commit 124cc1d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Modules/CustomRolesHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1091,7 +1091,10 @@ public static bool CheckAddonConfilct(CustomRoles role, PlayerControl pc, bool c
|| pc.Is(CustomRoles.Spurt)
|| pc.Is(CustomRoles.Chameleon)
|| pc.Is(CustomRoles.Alchemist)
|| pc.Is(CustomRoles.Mare))
|| pc.Is(CustomRoles.Mare)
|| pc.Is(CustomRoles.ShapeMaster)
|| pc.Is(CustomRoles.ShapeshifterTOHE)
|| pc.Is(CustomRoles.Morphling))
return false;
break;

Expand Down

0 comments on commit 124cc1d

Please sign in to comment.