From fa61952f51d8f3209dfca9b1cb69674ebedbfec1 Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Fri, 19 Jan 2024 03:02:28 +0100 Subject: [PATCH 01/20] Add trade stations (#23863) --- Content.Client/Cargo/UI/CargoPalletMenu.xaml | 8 +- .../Cargo/UI/CargoPalletMenu.xaml.cs | 1 - .../DestructibleDestructionTest.cs | 4 +- .../StationCargoOrderDatabaseComponent.cs | 7 + .../Cargo/Components/TradeStationComponent.cs | 10 + .../Cargo/Systems/CargoSystem.Orders.cs | 167 +- .../Cargo/Systems/CargoSystem.Shuttle.cs | 219 +- .../Cargo/Systems/CargoSystem.Telepad.cs | 4 +- Content.Server/Cargo/Systems/CargoSystem.cs | 19 +- .../Shuttles/Components/GridSpawnComponent.cs | 6 + .../Systems/ShuttleSystem.FasterThanLight.cs | 32 +- .../Systems/ShuttleSystem.GridFill.cs | 11 + .../Shuttles/Systems/ShuttleSystem.cs | 1 - .../Cargo/Components/CargoShuttleComponent.cs | 9 +- .../en-US/cargo/cargo-console-component.ftl | 2 + Resources/Maps/Shuttles/trading_outpost.yml | 3498 +++++++++-------- .../Prototypes/Entities/Stations/base.yml | 9 +- 17 files changed, 2111 insertions(+), 1896 deletions(-) create mode 100644 Content.Server/Cargo/Components/TradeStationComponent.cs diff --git a/Content.Client/Cargo/UI/CargoPalletMenu.xaml b/Content.Client/Cargo/UI/CargoPalletMenu.xaml index 489c6cb8f61..d791c9ce3af 100644 --- a/Content.Client/Cargo/UI/CargoPalletMenu.xaml +++ b/Content.Client/Cargo/UI/CargoPalletMenu.xaml @@ -1,9 +1,9 @@ - + MinSize="300 150" + Title="{Loc 'cargo-pallet-console-menu-title'}"> +