模块:装备获得:修订间差异

删除26字节 、​ 2017年5月8日 (星期一)
修正笔误
(修正改后不同名舰娘产生的Bug)
(修正笔误)
第16行: 第16行:
if 1000 < ships[shipName].index and ships[shipName].index < 2000 then
if 1000 < ships[shipName].index and ships[shipName].index < 2000 then
if string.sub(shipName, 1, -6) == byIndex[i - 1000] then
if string.sub(shipName, 1, -6) == byIndex[i - 1000] then
ret = ret .. '[[战舰少女:' .. string.sub(shipName, 1, -6) .. '|' .. shipName .. ']]、'
ret = ret .. '[[' .. string.sub(shipName, 1, -6) .. '|' .. shipName .. ']]、'
else  
else  
ret = ret .. '[[战舰少女:' .. byIndex[i - 1000] .. '|' .. shipName .. ']]、'
ret = ret .. '[[' .. byIndex[i - 1000] .. '|' .. shipName .. ']]、'
end
end
else
else
119

个编辑