Changes

m
no edit summary
Line 12: Line 12:     
local function getShipCard(ship, hp, maxHp)
 
local function getShipCard(ship, hp, maxHp)
 +
    maxHp = maxHp or 999
 
     local minHp = type(hp) == 'table' and U.imin(hp) or hp or maxHp or 999
 
     local minHp = type(hp) == 'table' and U.imin(hp) or hp or maxHp or 999
 
     local id = tonumber(ship)
 
     local id = tonumber(ship)
cssedit, gkautomate
6,941

edits