模块:装备获得:修订间差异
来自舰R百科
更多操作
无编辑摘要 |
修正改后不同名舰娘产生的Bug |
||
| 第15行: | 第15行: | ||
if eq[k] == equiptName then | if eq[k] == equiptName then | ||
if 1000 < ships[shipName].index and ships[shipName].index < 2000 then | if 1000 < ships[shipName].index and ships[shipName].index < 2000 then | ||
ret = ret .. '[[' .. string.sub(shipName, 1, -6) .. '|' .. shipName .. ']]、' | if string.sub(shipName, 1, -6) == byIndex[i - 1000] then | ||
ret = ret .. '[[战舰少女:' .. string.sub(shipName, 1, -6) .. '|' .. shipName .. ']]、' | |||
else | |||
ret = ret .. '[[战舰少女:' .. byIndex[i - 1000] .. '|' .. shipName .. ']]、' | |||
end | |||
else | else | ||
ret = ret .. '[[' .. shipName .. ']]、' | ret = ret .. '[[' .. shipName .. ']]、' | ||