Changes

no edit summary
Line 43: Line 43:  
     link = function(ship)
 
     link = function(ship)
 
         return Formatting:format_link(ship:link())
 
         return Formatting:format_link(ship:link())
 +
    end,
 +
 +
    hp_mod = function(ship)
 +
        return ship:hp_max() and ship:hp_married() and (ship:hp_max() - ship:hp_married()) or "??"
 
     end,
 
     end,
  
cssedit, gkautomate
6,926

edits