From 7908142f16fab45249daa3a61f68e85c7800924f Mon Sep 17 00:00:00 2001 From: Hubblenaut Date: Tue, 6 May 2014 03:43:10 +0200 Subject: [PATCH] Adds Station Time to Crew Manifest Printouts --- code/game/machinery/computer/card.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/computer/card.dm b/code/game/machinery/computer/card.dm index 4628479c76..fcf525cc36 100644 --- a/code/game/machinery/computer/card.dm +++ b/code/game/machinery/computer/card.dm @@ -359,7 +359,7 @@ t1 += data_core.get_manifest(0) // make it monochrome P.info = t1 - P.name = "Crew Manifest" + P.name = text("Crew Manifest ([])", worldtime2text()) printing = null if (modify) modify.name = text("[modify.registered_name]'s ID Card ([modify.assignment])")