Add ERT time stats (#31629)
* add jobs for ghost roles * add job to ToggleableGhostRole * typo --------- Co-authored-by: Mota <belochuc@gmail.com>
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
namespace Content.Server.Ghost.Roles.Components;
|
||||
using Content.Shared.Roles;
|
||||
using Robust.Shared.Prototypes;
|
||||
|
||||
namespace Content.Server.Ghost.Roles.Components;
|
||||
|
||||
/// <summary>
|
||||
/// This is used for a ghost role which can be toggled on and off at will, like a PAI.
|
||||
@@ -38,4 +41,7 @@ public sealed partial class ToggleableGhostRoleComponent : Component
|
||||
|
||||
[DataField("stopSearchVerbPopup")]
|
||||
public string StopSearchVerbPopup = string.Empty;
|
||||
|
||||
[DataField("job")]
|
||||
public ProtoId<JobPrototype>? JobProto = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user