]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Change ID examine icon to character outline icon (#13788)
authorcrazybrain23 <44417085+crazybrain23@users.noreply.github.com>
Tue, 28 Feb 2023 13:00:22 +0000 (13:00 +0000)
committerGitHub <noreply@github.com>
Tue, 28 Feb 2023 13:00:22 +0000 (09:00 -0400)
Content.Server/Access/Systems/IdExaminableSystem.cs

index f6307f8c5dd7145bcf732b9dece5031505e7805e..009718efad6d9db7c966ded7b3b276b9f6abac75 100644 (file)
@@ -36,7 +36,7 @@ public sealed class IdExaminableSystem : EntitySystem
             Category = VerbCategory.Examine,
             Disabled = !detailsRange,
             Message = Loc.GetString("id-examinable-component-verb-disabled"),
-            Icon = new SpriteSpecifier.Texture(new ResourcePath("/Textures/Interface/VerbIcons/information.svg.192dpi.png"))
+            Icon = new SpriteSpecifier.Texture(new ResourcePath("/Textures/Interface/character.svg.192dpi.png"))
         };
 
         args.Verbs.Add(verb);