diff --git a/Content.Client/Commands/ActionsCommands.cs b/Content.Client/Commands/ActionsCommands.cs index 87f35bd26e..c155c7a9de 100644 --- a/Content.Client/Commands/ActionsCommands.cs +++ b/Content.Client/Commands/ActionsCommands.cs @@ -1,10 +1,6 @@ using Content.Client.Actions; -using Content.Client.Actions; -using Content.Client.Mapping; using Content.Shared.Administration; -using Robust.Client.UserInterface; using Robust.Shared.Console; -using YamlDotNet.RepresentationModel; namespace Content.Client.Commands; @@ -50,7 +46,7 @@ public sealed class LoadActionsCommand : LocalizedCommands { if (args.Length != 1) { - LoadActs(); // DeltaV - Load from a file dialogue instead + shell.WriteLine(Help); return; } @@ -63,24 +59,4 @@ public sealed class LoadActionsCommand : LocalizedCommands shell.WriteError(LocalizationManager.GetString($"cmd-{Command}-error")); } } - - /// - /// DeltaV - Load actions from a file stream instead - /// - private static async void LoadActs() - { - var fileMan = IoCManager.Resolve(); - var actMan = IoCManager.Resolve().GetEntitySystem(); - - var stream = await fileMan.OpenFile(new FileDialogFilters(new FileDialogFilters.Group("yml"))); - if (stream is null) - return; - - var reader = new StreamReader(stream); - var yamlStream = new YamlStream(); - yamlStream.Load(reader); - - actMan.LoadActionAssignments(yamlStream); - reader.Close(); - } } diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index cec06854d9..6162cd46f0 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -1219,13 +1219,6 @@ - ClothingOuterWinterQM - ClothingOuterWinterRD - ClothingOuterChiefJustice # DeltaV - Chief Justice - - ClothingNeckMantleCap - - ClothingNeckMantleCE - - ClothingNeckMantleCMO - - ClothingNeckMantleHOP - - ClothingNeckMantleHOS - - ClothingNeckMantleRD - - ClothingNeckMantleQM - ClothingNeckCloakCJ # DeltaV - Chief Justice - ClothingOuterStasecSweater # DeltaV - added stasec sweater to uniform printer. - ClothingOuterWinterMusician