From a78788fbbd1ddfe72046392165769367d893cd5e Mon Sep 17 00:00:00 2001 From: wesoda25 <37246588+wesoda25@users.noreply.github.com> Date: Sun, 22 Dec 2019 03:33:09 -0500 Subject: [PATCH] weewoo (#48322) --- code/modules/cargo/order.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/cargo/order.dm b/code/modules/cargo/order.dm index fc9a1b18ae5..f241b66fc71 100644 --- a/code/modules/cargo/order.dm +++ b/code/modules/cargo/order.dm @@ -46,6 +46,7 @@ P.info += "

[station_name()] Supply Requisition

" P.info += "
" P.info += "Order #[id]
" + P.info += "Time of Order: [station_time_timestamp()]
" P.info += "Item: [pack.name]
" P.info += "Access Restrictions: [get_access_desc(pack.access)]
" P.info += "Requested by: [orderer]
"