Fix antag shitcurity (#5441)
* fix jobs * Antagn't the heads and sec * good to go, time to test my code
This commit is contained in:
@@ -33,6 +33,9 @@ namespace Content.Shared.Roles
|
||||
[DataField("requireAdminNotify")]
|
||||
public bool RequireAdminNotify { get; } = false;
|
||||
|
||||
[DataField("canBeAntag")]
|
||||
public bool CanBeAntag { get; } = true;
|
||||
|
||||
/// <summary>
|
||||
/// Whether this job is a head.
|
||||
/// The job system will try to pick heads before other jobs on the same priority level.
|
||||
|
||||
Reference in New Issue
Block a user