Changes

no edit summary
Line 314: Line 314:     
function EquipmentData:deployment_cost()
 
function EquipmentData:deployment_cost()
     return self._deployment_cost or self._flight_cost
+
     return {fuel = false, ammo = false, steel = false, bauxite = self._deployment_cost or self._flight_cost, devmat = false, screw = false}
 
end
 
end
  
Anonymous user