Skip to content

Commit

Permalink
Update IntroPatch.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
PEPPERcula authored Jan 8, 2025
1 parent c5e1f8b commit bac2751
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Patches/IntroPatch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,7 @@ public static void Postfix(IntroCutscene __instance)
PlayerControl.LocalPlayer.Data.Role.IntroSound = RoleManager.Instance.AllRoles.FirstOrDefault((role) => role.Role == RoleTypes.GuardianAngel)?.UseSound;
break;
case CustomRoles.Illusionist:
case CustomRoles.MoonDancer:
PlayerControl.LocalPlayer.Data.Role.IntroSound = RoleManager.Instance.AllRoles.FirstOrDefault((role) => role.Role == RoleTypes.Phantom)?.UseSound;
break;
case CustomRoles.Telecommunication:
Expand Down

0 comments on commit bac2751

Please sign in to comment.