From 6816f4cd5ca668592bd66f60c6d2e5a6127d5cdd Mon Sep 17 00:00:00 2001 From: scoopscoop Date: Wed, 6 Aug 2014 13:33:57 +0300 Subject: [PATCH] The ore redemption machine in cargo now sends a message to the science department through the request console that new minerals are available --- code/modules/mining/equipment_locker.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mining/equipment_locker.dm b/code/modules/mining/equipment_locker.dm index 29520579a7c..be95cdc908a 100644 --- a/code/modules/mining/equipment_locker.dm +++ b/code/modules/mining/equipment_locker.dm @@ -42,7 +42,7 @@ storage.amount += 1 //Stack the sheets O.loc = null //Let the old sheet garbage collect -/obj/machinery/mineral/ore_redemption/proc/announce_mats(obj/machinery/requests_console/T, N) //announce the availability of N to request console T +/obj/machinery/mineral/ore_redemption/proc/announce_mats(obj/machinery/requests_console/T, N) //announce the availability of string N to request console T T.newmessagepriority = 1 T.update_icon() // if(!T.silent)