Changes

m
no edit summary
Line 363: Line 363:     
function Self.formatHQ(eq)
 
function Self.formatHQ(eq)
     return max.max(math.max((eq:rarity() or 0) - 2, 0) * 10, 1)
+
     return math.max(math.max((eq:rarity() or 0) - 2, 0) * 10, 1)
 
end
 
end
  
cssedit, gkautomate
7,064

edits