Change ID examine icon to character outline icon (#13788)

This commit is contained in:
crazybrain23
2023-02-28 13:00:22 +00:00
committed by GitHub
parent c25a7c8d9b
commit 807e075f4f

View 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);