protolathe screen actually updates mat cost

hey, y'know what's really funny? how the protolathe screen can update chemical cost, but not material cost. this fixes that.
This commit is contained in:
Hatterhat
2019-01-14 17:52:50 -06:00
committed by GitHub
parent 7c7829d3e7
commit aa15475ef8
+1 -1
View File
@@ -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)