From dbc6e20b19ab9a8e6b5c26e463dcb51101c2960b Mon Sep 17 00:00:00 2001 From: Anewbe Date: Wed, 16 Jan 2019 16:22:43 -0600 Subject: [PATCH] Merge pull request #5840 from Hatterhat/protolathe-qol protolathe screen updates mat cost with better manips --- code/modules/research/rdconsole.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/research/rdconsole.dm b/code/modules/research/rdconsole.dm index 3e8732c423..5f4c3b88ba 100755 --- a/code/modules/research/rdconsole.dm +++ b/code/modules/research/rdconsole.dm @@ -642,7 +642,7 @@ won't update every console in existence) but it's more of a hassle to do. Also, continue var/temp_dat for(var/M in D.materials) - temp_dat += ", [D.materials[M]] [CallMaterialName(M)]" + temp_dat += ", [D.materials[M]*linked_imprinter.mat_efficiency] [CallMaterialName(M)]" for(var/T in D.chemicals) temp_dat += ", [D.chemicals[T]*linked_imprinter.mat_efficiency] [CallReagentName(T)]" if(temp_dat)