模块:舰娘:修订间差异

添加39字节 、​ 2016年10月18日 (星期二)
无编辑摘要
无编辑摘要
无编辑摘要
第37行: 第37行:
     local ship = ships[frame.args[1]]
     local ship = ships[frame.args[1]]
     if ship == nil then return '' end
     if ship == nil then return '' end
    local ret = ship
     if ship.index < 1000 then
     if ship.index < 1000 then
         ship = byIndex[ship.index]
         ship = ships[byIndex[ship.index + 1000]]
        if ship ~= nil then ret = ship end
     end
     end
     if ship == nil then return '' end
     return ret.index
    return ship.index
end
end


return p
return p