模块:装备获得:修订间差异
来自舰R百科
更多操作
修正改后不同名舰娘产生的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 .. '[[ | ret = ret .. '[[' .. string.sub(shipName, 1, -6) .. '|' .. shipName .. ']]、' | ||
else | else | ||
ret = ret .. '[[ | ret = ret .. '[[' .. byIndex[i - 1000] .. '|' .. shipName .. ']]、' | ||
end | end | ||
else | else | ||