Requests console now have a receive ore updates variable.

Also updates all maps with it.
This commit is contained in:
Lzimann
2017-03-17 15:04:00 -03:00
parent cdd8843d49
commit cb4b9a91c6
7 changed files with 81 additions and 40 deletions
+1 -1
View File
@@ -86,7 +86,7 @@
msg += "[capitalize(sheet.name)]: [sheet.amount] sheets<br>"
for(var/obj/machinery/requests_console/D in allConsoles)
if(D.departmentType == 2) // temporary
if(D.receive_ore_updates)
D.createmessage("Ore Redemption Machine", "New minerals available!", msg, 1, 0)
/obj/machinery/mineral/ore_redemption/process()