mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 19:52:40 +00:00
Merge pull request #5840 from Hatterhat/protolathe-qol
protolathe screen updates mat cost with better manips
This commit is contained in:
@@ -642,7 +642,7 @@ won't update every console in existence) but it's more of a hassle to do. Also,
|
|||||||
continue
|
continue
|
||||||
var/temp_dat
|
var/temp_dat
|
||||||
for(var/M in D.materials)
|
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)
|
for(var/T in D.chemicals)
|
||||||
temp_dat += ", [D.chemicals[T]*linked_imprinter.mat_efficiency] [CallReagentName(T)]"
|
temp_dat += ", [D.chemicals[T]*linked_imprinter.mat_efficiency] [CallReagentName(T)]"
|
||||||
if(temp_dat)
|
if(temp_dat)
|
||||||
|
|||||||
Reference in New Issue
Block a user