Changes

Fixed HP for ships 7 HP and lower. Check pages
Line 29: Line 29:     
local function getMarriedHp(hp, maxHp)
 
local function getMarriedHp(hp, maxHp)
   return math.min(maxHp, hp + ({4, 4, 4, 5, 6, 7, 7, 8, 8, 9})[math.floor(hp / 10) + 1])
+
   return math.min(maxHp, hp + ({3, 4, 4, 5, 6, 7, 7, 8, 8, 9})[math.floor(hp / 10) + 1])
 
end
 
end
 
local function getScaledStat(baseStat, maxStat, level)
 
local function getScaledStat(baseStat, maxStat, level)
advmod, cssedit, Interface administrators, janitor, Moderators, prechecked, Widget editors
7,932

edits