• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Changes

Jump to navigation Jump to search
no edit summary
Line 45: Line 45:  
     end,
 
     end,
   −
     hp_mod = function(ship)
+
     hp_mod1 = function(ship)
         return ship:hp_max() and ship:hp_married() and (ship:hp_max() - ship:hp_married()) or "??"
+
        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,064

edits

Navigation menu