模块:敌舰:修订间差异
来自舰R百科
更多操作
无编辑摘要 |
无编辑摘要 |
||
| 第63行: | 第63行: | ||
local map = node:sub(1, 3) | local map = node:sub(1, 3) | ||
for i, fleet in pairs(nodeFleets) do | for i, fleet in pairs(nodeFleets) do | ||
for j, ship in fleet.ships do | for j, ship in pairs(fleet.ships) do | ||
if ship == shipId then | if ship == shipId then | ||
if map ~= lastMap then | if map ~= lastMap then | ||