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_mod1 = function(ship)
  −
        return ship:hp_max() and ship:hp() and math.min(2, ship:hp_max() - ship:hp()) or "??"
  −
    end,
  −
  −
    hp_mod2 = function(ship)
  −
        return ship:hp_max() and ship:hp_married() and math.min(2, ship:hp_max() - ship:hp_married()) or "??"
   
     end,
 
     end,
  
cssedit, gkautomate
7,060

edits