Ore Reclaimer announcements are now timestamped

Did that uranium arrive just now, or with the last shipment? Now you
know!
This commit is contained in:
Crazylemon
2015-11-18 00:33:35 -08:00
parent cdf1a6ca51
commit 646528790c
+1 -1
View File
@@ -67,7 +67,7 @@
stack_list[processed_sheet] = s
// Not including tg's ignoring of metal, glass being stocked because if cargo's not telling science when ores are there, they probably won't
// help with restocking metal/glass either
var/msg = "[capitalize(s.name)] sheets have been stocked in the ore reclaimer."
var/msg = "\[[worldtime2text()]\]: [capitalize(s.name)] sheets have been stocked in the ore reclaimer."
for(var/obj/machinery/requests_console/D in allConsoles)
if(D.department in src.supply_consoles)
if(supply_consoles[D.department] == null || (s.name in supply_consoles[D.department]))