]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
"make thief" admin action: fix missing icon (#27119)
authorno <165581243+pissdemon@users.noreply.github.com>
Fri, 19 Apr 2024 05:27:36 +0000 (07:27 +0200)
committerGitHub <noreply@github.com>
Fri, 19 Apr 2024 05:27:36 +0000 (15:27 +1000)
Content.Server/Administration/Systems/AdminVerbSystem.Antags.cs

index 9849d2df79cced9da3af0c8714a20e580db313ea..eff97136d06211eccefd2c9282c9ecbb78a6cff7 100644 (file)
@@ -111,7 +111,7 @@ public sealed partial class AdminVerbSystem
         {
             Text = Loc.GetString("admin-verb-text-make-thief"),
             Category = VerbCategory.Antag,
-            Icon = new SpriteSpecifier.Rsi(new ResPath("/Textures/Clothing/Hands/Gloves/ihscombat.rsi"), "icon"),
+            Icon = new SpriteSpecifier.Rsi(new ResPath("/Textures/Clothing/Hands/Gloves/Color/black.rsi"), "icon"),
             Act = () =>
             {
                 _thief.AdminMakeThief(args.Target, false); //Midround add pacified is bad