diff --git a/Content.Client/UserInterface/Cargo/CargoConsoleOrderMenu.cs b/Content.Client/UserInterface/Cargo/CargoConsoleOrderMenu.cs index 9f41848133..20bf033b8b 100644 --- a/Content.Client/UserInterface/Cargo/CargoConsoleOrderMenu.cs +++ b/Content.Client/UserInterface/Cargo/CargoConsoleOrderMenu.cs @@ -1,4 +1,4 @@ -using System.Collections.Generic; +using System.Collections.Generic; using Robust.Client.UserInterface.Controls; using Robust.Client.UserInterface.CustomControls; using Robust.Shared.IoC; @@ -38,7 +38,7 @@ namespace Content.Client.UserInterface.Cargo HorizontalExpand = true, Value = 1 }; - Amount.SetButtons(new List() { -100, -10, -1 }, new List() { 1, 10, 100 }); + Amount.SetButtons(new List() { -3, -2, -1 }, new List() { 1, 2, 3 }); Amount.IsValid = (n) => { return (n > 0); }; diff --git a/Content.Server/GameObjects/EntitySystems/CargoConsoleSystem.cs b/Content.Server/GameObjects/EntitySystems/CargoConsoleSystem.cs index 00d227a02e..7a54c4756a 100644 --- a/Content.Server/GameObjects/EntitySystems/CargoConsoleSystem.cs +++ b/Content.Server/GameObjects/EntitySystems/CargoConsoleSystem.cs @@ -16,7 +16,7 @@ namespace Content.Server.GameObjects.EntitySystems /// /// How many points to give to every bank account every seconds. /// - private const int PointIncrease = 10; + private const int PointIncrease = 20; /// /// Keeps track of how much time has elapsed since last balance increase. @@ -45,7 +45,7 @@ namespace Content.Server.GameObjects.EntitySystems public override void Initialize() { - CreateBankAccount("Orbital Monitor IV Station", 100000); + CreateBankAccount("Space Station 14", 1000); CreateOrderDatabase(0); } diff --git a/Resources/Prototypes/Datasets/markets.yml b/Resources/Prototypes/Datasets/markets.yml new file mode 100644 index 0000000000..00daf60da4 --- /dev/null +++ b/Resources/Prototypes/Datasets/markets.yml @@ -0,0 +1,33 @@ +- type: dataset + id: galacticmarket + values: + - cargo.emergencyexplosive + - cargo.emergencyfire + - cargo.emergencyinternals + - cargo.emergencyradiation + - cargo.armorysmg + - cargo.armoryshotgun + - cargo.securityarmor + - cargo.securityriot + - cargo.securitylaser + - cargo.securityhelmet + - cargo.securitysupplies + - cargo.securitynonlethal + - cargo.hydroponics + - cargo.hydroponicsseeds + - cargo.hydroponicsseedsexotic + - cargo.servicejanitorial + - cargo.servicelightsreplacement + - cargo.engineameshielding + - cargo.engineamejar + - cargo.engineamecontrol + - cargo.funplushies + - cargo.funartsupplies + - cargo.funinstruments + - cargo.materialsteel + - cargo.materialglass + - cargo.materialplastic + - cargo.enginesingularityemitter + - cargo.enginesingularitycollector + - cargo.enginesingularitygenerator + - cargo.enginesingularitycontainment