From 4662d463b8f5cbef5d93ca00b67bae6d8bf5db47 Mon Sep 17 00:00:00 2001 From: Nemanja <98561806+EmoGarbage404@users.noreply.github.com> Date: Wed, 3 Jan 2024 19:34:47 -0500 Subject: [PATCH] Chill bounties + fixes (#23411) * Chill bounties + fixes * localize * fix arbitage --- .../CargoBountyConsoleBoundUserInterface.cs | 1 - Content.Client/Cargo/UI/BountyEntry.xaml | 3 +- Content.Client/Cargo/UI/BountyEntry.xaml.cs | 12 +- .../Cargo/UI/CargoBountyMenu.xaml.cs | 2 +- Content.IntegrationTests/Tests/CargoTest.cs | 2 +- .../Components/CargoBountyLabelComponent.cs | 4 +- .../StationCargoBountyDatabaseComponent.cs | 22 +- .../Cargo/Systems/CargoSystem.Bounty.cs | 193 +++++++++++++----- .../Cargo/Systems/CargoSystem.Shuttle.cs | 5 + Content.Server/Cargo/Systems/CargoSystem.cs | 1 - .../NameIdentifier/NameIdentifierSystem.cs | 9 + .../Station/Commands/StationCommand.cs | 11 + Content.Shared/Cargo/CargoBountyData.cs | 25 +-- .../Components/CargoBountyConsoleComponent.cs | 4 +- .../Cargo/Prototypes/CargoBountyPrototype.cs | 24 ++- Resources/Locale/en-US/cargo/bounties.ftl | 8 +- .../en-US/cargo/cargo-bounty-console.ftl | 4 +- .../en-US/commands/toolshed-commands.ftl | 2 + .../Prototypes/Catalog/Bounties/bounties.yml | 123 ++++++----- .../Entities/Objects/Misc/paper.yml | 3 +- .../Prototypes/name_identifier_groups.yml | 5 + Resources/Prototypes/tags.yml | 3 + 22 files changed, 284 insertions(+), 182 deletions(-) diff --git a/Content.Client/Cargo/BUI/CargoBountyConsoleBoundUserInterface.cs b/Content.Client/Cargo/BUI/CargoBountyConsoleBoundUserInterface.cs index 669f64fae4..482acb3c87 100644 --- a/Content.Client/Cargo/BUI/CargoBountyConsoleBoundUserInterface.cs +++ b/Content.Client/Cargo/BUI/CargoBountyConsoleBoundUserInterface.cs @@ -1,7 +1,6 @@ using Content.Client.Cargo.UI; using Content.Shared.Cargo.Components; using JetBrains.Annotations; -using Robust.Client.GameObjects; namespace Content.Client.Cargo.BUI; diff --git a/Content.Client/Cargo/UI/BountyEntry.xaml b/Content.Client/Cargo/UI/BountyEntry.xaml index e570b03746..60446327b3 100644 --- a/Content.Client/Cargo/UI/BountyEntry.xaml +++ b/Content.Client/Cargo/UI/BountyEntry.xaml @@ -8,14 +8,13 @@ HorizontalExpand="True"> -