From 4524e4e6403cb035a2b4dc55a5d17a44ded38e7c Mon Sep 17 00:00:00 2001 From: SyncIt21 <110812394+SyncIt21@users.noreply.github.com> Date: Sun, 19 Oct 2025 22:04:34 +0530 Subject: [PATCH] Scrapes invalid destination of crates ordered with department budgets (#93507) ## About The Pull Request - Fixes #93386 ## Changelog :cl: fix: crates ordered with department budgets have no malformed destination /:cl: --- code/modules/cargo/orderconsole.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/modules/cargo/orderconsole.dm b/code/modules/cargo/orderconsole.dm index 74f829e791e..6e797db64d5 100644 --- a/code/modules/cargo/orderconsole.dm +++ b/code/modules/cargo/orderconsole.dm @@ -304,8 +304,7 @@ orderer_ckey = ckey, reason = reason, paying_account = account, - coupon = applied_coupon, - department_destination = reason ? TRUE : FALSE, // Hijacking reason as a way to determine if an order's requested from at least one budget + coupon = applied_coupon ) working_list += order