Changes

no edit summary
Line 135: Line 135:  
             return "nil"
 
             return "nil"
 
         end
 
         end
    end,
  −
  −
    development = function(eq)
  −
        return Development.formatResources(eq)
   
     end,
 
     end,
   Line 150: Line 146:  
             bauxite = scrap.bauxite or 0,
 
             bauxite = scrap.bauxite or 0,
 
         }
 
         }
 +
    end,
 +
 +
    development = function(eq)
 +
        return Development.formatResources(eq)
 
     end,
 
     end,
    
     development_rate = function(eq)
 
     development_rate = function(eq)
         return "?"
+
         return Development.formatRates(eq)
 
     end,
 
     end,
 
      
 
      
 
     development_hq = function(eq)
 
     development_hq = function(eq)
         return math.max((eq:rarity() or 0) - 2, 0) * 10
+
         return Development.formatHQ(eq)
 
     end,
 
     end,
  
cssedit, gkautomate
7,060

edits