• 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
m
no edit summary
Line 256: Line 256:  
     local hp = self:hp()
 
     local hp = self:hp()
 
     local hp_max = self:hp_max()
 
     local hp_max = self:hp_max()
     return hp and hp_max and hp_max - hp > 0 and math.min(2, hp_max - hp)
+
     return hp and hp_max and math.min(2, hp_max - hp)
 
end
 
end
   Line 262: Line 262:  
     local hp = self:hp_married()
 
     local hp = self:hp_married()
 
     local hp_max = self:hp_max()
 
     local hp_max = self:hp_max()
     return hp and hp_max and hp_max - hp > 0 and math.min(2, hp_max - hp)
+
     return hp and hp_max and math.min(2, hp_max - hp)
 
end
 
end
  
cssedit, gkautomate
6,996

edits

Navigation menu