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:
@@ -89,7 +89,7 @@ public sealed partial class ZombieComponent : Component
|
||||
public TimeSpan NextTick;
|
||||
|
||||
[DataField("zombieStatusIcon")]
|
||||
public ProtoId<StatusIconPrototype> StatusIcon { get; set; } = "ZombieFaction";
|
||||
public ProtoId<FactionIconPrototype> StatusIcon { get; set; } = "ZombieFaction";
|
||||
|
||||
/// <summary>
|
||||
/// Healing each second
|
||||
|
||||
Reference in New Issue
Block a user