Changes

no edit summary
Line 27: Line 27:  
"compatibility",
 
"compatibility",
 
"buildable",
 
"buildable",
 +
"improvable",
 
"notes",
 
"notes",
 
},
 
},
Line 84: Line 85:  
function EquipmentListKai:buildable(equipment)
 
function EquipmentListKai:buildable(equipment)
 
return {values = {value = Formatting:format_boolean(equipment:buildable())}, bg_color = self._transparent, text_align = self._center_align}
 
return {values = {value = Formatting:format_boolean(equipment:buildable())}, bg_color = self._transparent, text_align = self._center_align}
 +
end
 +
 +
function EquipmentListKai:improvable(equipment)
 +
return {values = {value = Formatting:format_boolean(equipment:improvable())}, bg_color = self._transparent, text_align = self._center_align}
 
end
 
end
  
cssedit, gkautomate
6,928

edits