From: crazybrain23 <44417085+crazybrain23@users.noreply.github.com> Date: Tue, 28 Feb 2023 13:00:22 +0000 (+0000) Subject: Change ID examine icon to character outline icon (#13788) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=807e075f4fd347afab50c6f49a20acaf4aa51de2;p=space-station-14.git Change ID examine icon to character outline icon (#13788) --- diff --git a/Content.Server/Access/Systems/IdExaminableSystem.cs b/Content.Server/Access/Systems/IdExaminableSystem.cs index f6307f8c5d..009718efad 100644 --- a/Content.Server/Access/Systems/IdExaminableSystem.cs +++ b/Content.Server/Access/Systems/IdExaminableSystem.cs @@ -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);