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:
Moony
2021-11-21 20:33:50 -06:00
committed by GitHub
parent 46eb7f97f4
commit d171c5e84c
10 changed files with 18 additions and 1 deletions

View File

@@ -14,10 +14,13 @@ namespace Content.Server.Roles
public string? StartingGear => Prototype.StartingGear;
public bool CanBeAntag;
public Job(Mind.Mind mind, JobPrototype jobPrototype) : base(mind)
{
Prototype = jobPrototype;
Name = jobPrototype.Name;
CanBeAntag = jobPrototype.CanBeAntag;
}
public override void Greet()