游戏王残局简化版

Diff
Login

Diff

Differences From Artifact [98e177fe56]:

To Artifact [75761ba61d]:


235
236
237
238
239
240
241
242
243
244
245
246
247
248




249
250
251
252
253
    end
  Debug.ShowHint(h1)
  end
do
  s["aux.BeginPuzzle"] = _G.aux.BeginPuzzle
  --~ 开局选牌入手之数
  --~ 禁格之数
  function _G.aux.BeginPuzzle(u1, u2)
    s["aux.BeginPuzzle"]()
    if u1 then
      s["开局选牌入手"](u1)
      end
    if u2 then
      s["禁格"](u2)




      end
    s["开局之示"]()
    s["通关之邀"]()
    end
  end







|






>
>
>
>





235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
    end
  Debug.ShowHint(h1)
  end
do
  s["aux.BeginPuzzle"] = _G.aux.BeginPuzzle
  --~ 开局选牌入手之数
  --~ 禁格之数
  function _G.aux.BeginPuzzle(u1, u2, u3, u4, u5)
    s["aux.BeginPuzzle"]()
    if u1 then
      s["开局选牌入手"](u1)
      end
    if u2 then
      s["禁格"](u2)
      end
    if u3 then
      s["印牌"](u3, u4, u5)
    else
      end
    s["开局之示"]()
    s["通关之邀"]()
    end
  end