Adds Station Time to Crew Manifest Printouts

This commit is contained in:
Hubblenaut
2014-05-06 03:43:10 +02:00
parent 0ddba6d771
commit 7908142f16

View File

@@ -359,7 +359,7 @@
t1 += data_core.get_manifest(0) // make it monochrome t1 += data_core.get_manifest(0) // make it monochrome
P.info = t1 P.info = t1
P.name = "Crew Manifest" P.name = text("Crew Manifest ([])", worldtime2text())
printing = null printing = null
if (modify) if (modify)
modify.name = text("[modify.registered_name]'s ID Card ([modify.assignment])") modify.name = text("[modify.registered_name]'s ID Card ([modify.assignment])")