The ore redemption machine in cargo now sends a message to the science department through the request console that new minerals are available

This commit is contained in:
scoopscoop
2014-08-06 13:33:57 +03:00
parent 19a5573cbf
commit 6816f4cd5c
+1 -1
View File
@@ -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)