Skip to content

Commit

Permalink
Update CustomRolesHelper.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
impostor4291 authored Dec 23, 2024
1 parent 64c593e commit 8160cc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Modules/CustomRolesHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1402,6 +1402,7 @@ var r when r.IsNA() => CountTypes.Apocalypse,
CustomRoles.Mini => CustomWinner.NiceMini,
CustomRoles.Doppelganger => CustomWinner.Doppelganger,
CustomRoles.Shocker => CustomWinner.Shocker,
CustomRoles.Narc => CustomWinner.Narc,
_ => throw new NotImplementedException()

};
Expand Down

0 comments on commit 8160cc2

Please sign in to comment.