]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
remove(NukeopsRuleComponent): Remove a trap from the component file (#31029)
authorBrandon Hu <103440971+Brandon-Huu@users.noreply.github.com>
Fri, 16 Aug 2024 04:52:36 +0000 (04:52 +0000)
committerGitHub <noreply@github.com>
Fri, 16 Aug 2024 04:52:36 +0000 (00:52 -0400)
ah

Content.Server/GameTicking/Rules/Components/NukeopsRuleComponent.cs

index e05c3e5db65443b3c0c4094e19a611a67066f30d..14a837aab732f5293d6f5d1379e0e2e8049ac471 100644 (file)
@@ -96,36 +96,6 @@ public sealed partial class NukeopsRuleComponent : Component
     public SoundSpecifier GreetSoundNotification = new SoundPathSpecifier("/Audio/Ambience/Antag/nukeops_start.ogg");
 }
 
-/// <summary>
-/// Stores the presets for each operative type
-/// Ie Commander, Agent and Operative
-/// </summary>
-[DataDefinition, Serializable]
-public sealed partial class NukeopSpawnPreset
-{
-
-    [DataField]
-    public ProtoId<AntagPrototype> AntagRoleProto = "Nukeops";
-
-    /// <summary>
-    /// The equipment set this operative will be given when spawned
-    /// </summary>
-    [DataField]
-    public ProtoId<StartingGearPrototype> GearProto = "SyndicateOperativeGearFull";
-
-    /// <summary>
-    /// The name prefix, ie "Agent"
-    /// </summary>
-    [DataField]
-    public LocId NamePrefix = "nukeops-role-operator";
-
-    /// <summary>
-    /// The entity name suffix will be chosen from this list randomly
-    /// </summary>
-    [DataField]
-    public ProtoId<DatasetPrototype> NameList = "SyndicateNamesNormal";
-}
-
 public enum WinType : byte
 {
     /// <summary>