Change ID examine icon to character outline icon (#13788)
This commit is contained in:
@@ -36,7 +36,7 @@ public sealed class IdExaminableSystem : EntitySystem
|
|||||||
Category = VerbCategory.Examine,
|
Category = VerbCategory.Examine,
|
||||||
Disabled = !detailsRange,
|
Disabled = !detailsRange,
|
||||||
Message = Loc.GetString("id-examinable-component-verb-disabled"),
|
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);
|
args.Verbs.Add(verb);
|
||||||
|
|||||||
Reference in New Issue
Block a user