Merge pull request #6020 from Hatterhat/patch-1

protolathes actually ACTUALLY update properly
This commit is contained in:
Neerti
2019-03-29 08:42:50 -04:00
committed by GitHub

View File

@@ -642,9 +642,9 @@ 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]*linked_imprinter.mat_efficiency] [CallMaterialName(M)]"
temp_dat += ", [D.materials[M]*linked_lathe.mat_efficiency] [CallMaterialName(M)]"
for(var/T in D.chemicals)
temp_dat += ", [D.chemicals[T]*linked_imprinter.mat_efficiency] [CallReagentName(T)]"
temp_dat += ", [D.chemicals[T]*linked_lathe.mat_efficiency] [CallReagentName(T)]"
if(temp_dat)
temp_dat = " \[[copytext(temp_dat, 3)]\]"
if(linked_lathe.canBuild(D))