Nuke agent is separete role (#15385)

Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
lzk228
2023-05-01 17:20:56 +03:00
committed by GitHub
parent 3ee8ab0d9c
commit 7ecafb45e8
4 changed files with 65 additions and 25 deletions

View File

@@ -53,6 +53,9 @@ public sealed class NukeopsRuleComponent : Component
[DataField("operativeRoleProto", customTypeSerializer: typeof(PrototypeIdSerializer<StartingGearPrototype>))]
public string OperativeRoleProto = "Nukeops";
[DataField("medicRoleProto", customTypeSerializer: typeof(PrototypeIdSerializer<StartingGearPrototype>))]
public string MedicRoleProto = "NukeopsMedic";
[DataField("commanderStartingGearProto", customTypeSerializer: typeof(PrototypeIdSerializer<StartingGearPrototype>))]
public string CommanderStartGearPrototype = "SyndicateCommanderGearFull";