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:
@@ -17,6 +17,6 @@ public sealed partial class NukeOperativeComponent : Component
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
[DataField("syndStatusIcon", customTypeSerializer: typeof(PrototypeIdSerializer<StatusIconPrototype>))]
|
||||
[DataField("syndStatusIcon", customTypeSerializer: typeof(PrototypeIdSerializer<FactionIconPrototype>))]
|
||||
public string SyndStatusIcon = "SyndicateFaction";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user