mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 16:38:22 +01:00
Fixes Protolathe cost display after upgrades (#20604)
Fixes the RDconsole to display the proper material cost to print from the protolathe following upgrades.
This commit is contained in:
@@ -712,7 +712,7 @@ won't update every console in existence) but it's more of a hassle to do. Also,
|
||||
dat += "<li><h3>[last_category]</h3>"
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user