Changes

no edit summary
Line 310: Line 310:  
if not stars then
 
if not stars then
 
return {
 
return {
fuel = product_info._fuel,
+
fuel = self._improvements._fuel,
ammo = product_info._ammo,
+
ammo = self._improvements._ammo,
steel = product_info._steel,
+
steel = self._improvements._steel,
bauxite = product_info._bauxite,
+
bauxite = self._improvements._bauxite,
 
}
 
}
 
end
 
end
Anonymous user