Allow non-humanoid roles (#9604)

This commit is contained in:
Rane
2022-07-10 21:10:03 -04:00
committed by GitHub
parent e57294bd78
commit cfe39123a7
3 changed files with 29 additions and 3 deletions

View File

@@ -17,6 +17,9 @@ namespace Content.Server.Roles
[ViewVariables]
public string? StartingGear => Prototype.StartingGear;
[ViewVariables]
public string? JobEntity => Prototype.JobEntity;
[ViewVariables]
public bool CanBeAntag;