游戏王残局简化版

Diff
Login

Diff

Differences From Artifact [97b01c320c]:

To Artifact [286acd6c48]:


235
236
237
238
239
240
241
242
243





244
245
246
247
248
249
250
235
236
237
238
239
240
241


242
243
244
245
246
247
248
249
250
251
252
253







-
-
+
+
+
+
+







    end
  if s["机智"] == 0 then
    h1 = h1 .. "无机智 "
    end
  if s["开局选卡入手之数"] then
    h1 = h1 .. "选" .. s["开局选卡入手之数"] .. "卡 "
    end
  if s["禁格之数"] then
    h1 = h1 .. "禁" .. s["禁格之数"] .. "格 "
  if s["量之「主怪"] then
    h1 = h1 .. "禁" .. s["量之「主怪"] .. "格 "
    end
  if s["量之禁「魔陷格」"] then
    h1 = h1 .. "禁" .. s["量之禁「魔陷格」"] .. "魔格 "
    end
  if s["开局洗卡抽卡之数"] then
    h1 = h1 .. "抽" .. s["开局洗卡抽卡之数"] .. "卡 "
    end
  Debug.ShowHint(h1)
  end
do