From 471637c19f78d97393e3d7d99c5e14bce3436279 Mon Sep 17 00:00:00 2001 From: orange man <61334995+comfyorange@users.noreply.github.com> Date: Tue, 31 Oct 2023 14:49:48 +1300 Subject: [PATCH] Automatic changelog for PR #79145 [ci skip] --- html/changelogs/AutoChangeLog-pr-79145.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-79145.yml diff --git a/html/changelogs/AutoChangeLog-pr-79145.yml b/html/changelogs/AutoChangeLog-pr-79145.yml new file mode 100644 index 00000000000..38c69a85e82 --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-79145.yml @@ -0,0 +1,5 @@ +author: "SyncIt21" +delete-after: True +changes: + - bugfix: "Cargo will remove/cancel orders from its cart if that order exceeds the available budget (both private or cargo) and the player cannot cancel this order manually. All order costs are rounded up to integer values" + - bugfix: "Galactic material market will deny appending stacks to your existing order if it exceeds the available (private or cargo depending on the mode of ordering) budget & if it exceeds the available materials on the market. Galactic material market UI is overall improved." \ No newline at end of file