From ebfe65b6423d8591ae9ce458be5d6805ee71a84b Mon Sep 17 00:00:00 2001 From: Stalen <33173619+stalengd@users.noreply.github.com> Date: Sun, 20 Oct 2024 20:35:35 +0300 Subject: [PATCH] Add law department icon to round end titles (#2128) --- Content.Client/SS220/RoundEnd/UI/RoundEndTitlesStyle.cs | 1 + 1 file changed, 1 insertion(+) 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", }); }