diff --git a/Content.Client/SS220/RoundEnd/UI/RoundEndTitlesStyle.cs b/Content.Client/SS220/RoundEnd/UI/RoundEndTitlesStyle.cs index 325b70ddc45b6a..81bcf9c4855ac4 100644 --- a/Content.Client/SS220/RoundEnd/UI/RoundEndTitlesStyle.cs +++ b/Content.Client/SS220/RoundEnd/UI/RoundEndTitlesStyle.cs @@ -97,6 +97,7 @@ public Texture GetDepartmentIcon(string prototypeId) "Cryo" => "empty.png", "Silicon" => "Silicon_dep.png", "GhostRoles" => "Ghost_dep.png", + "Law" => "Law_dep.png", _ => "empty.png", }); }