Changes

Fix consumed equipment for improvement
Line 327: Line 327:  
devmat = slider and product_info[stars]._development_material_x or product_info[stars]._development_material,
 
devmat = slider and product_info[stars]._development_material_x or product_info[stars]._development_material,
 
screw = slider and product_info[stars]._improvement_material_x or product_info[stars]._improvement_material,
 
screw = slider and product_info[stars]._improvement_material_x or product_info[stars]._improvement_material,
equipment = product_info._equipment,
+
equipment = product_info[stars]._equipment,
 
}
 
}
 
end
 
end
Anonymous user