Add tooltips to the agent ID job icons and improve status icon prototypes (#28575)
* add tooltips to agentid job icons * forgot to stage this * make StatusIconPrototype abstract * minor visual improvements * cleanup * use currentculture to sort job names * review
This commit is contained in:
@@ -11,5 +11,5 @@ public sealed partial class CriminalRecordComponent : Component
|
||||
/// The icon that should be displayed based on the criminal status of the entity.
|
||||
/// </summary>
|
||||
[DataField, AutoNetworkedField]
|
||||
public ProtoId<StatusIconPrototype> StatusIcon = "SecurityIconWanted";
|
||||
public ProtoId<SecurityIconPrototype> StatusIcon = "SecurityIconWanted";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user