Changes

m
no edit summary
Line 89: Line 89:     
function EnemyShipListKai:hp(ship)
 
function EnemyShipListKai:hp(ship)
return {value = Formatting:format_stat(ship:hp()), bg_color = "#e6cfd3", text_align = self._center_align}
+
return {value = Formatting:format_stat(ship:hp()), bg_color = "#f0d9dd", text_align = self._center_align}
 
end
 
end
  
Anonymous user