From 91aa966eaeb517b592482749f6945cb016bd634e Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Wed, 4 Nov 2020 01:30:43 +0100 Subject: [PATCH] [MIRROR] Cargo can now once again accept requests with their own budget. (#1559) * Cargo can now once again accept requests with their own budget. (#54748) * Cargo can now once again accept requests with their own budget. Co-authored-by: ArcaneMusic <41715314+ArcaneMusic@users.noreply.github.com> --- code/modules/cargo/orderconsole.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/cargo/orderconsole.dm b/code/modules/cargo/orderconsole.dm index 9197dce0e96..89f89a80b35 100644 --- a/code/modules/cargo/orderconsole.dm +++ b/code/modules/cargo/orderconsole.dm @@ -88,6 +88,7 @@ data["loan"] = !!SSshuttle.shuttle_loan data["loan_dispatched"] = SSshuttle.shuttle_loan && SSshuttle.shuttle_loan.dispatched data["can_send"] = can_send + data["can_approve_requests"] = can_approve_requests var/message = "Remember to stamp and send back the supply manifests." if(SSshuttle.centcom_message) message = SSshuttle.centcom_message