游戏王残局简化版

Diff
Login

Diff

Differences From Artifact [55e8955c26]:

To Artifact [ca9a597ce5]:


84
85
86
87
88
89
90
91
92

  if str["不洗牌"] == 0 then
  else
    str["开局说明"] = str["开局说明"] .. "伪洗牌"
    end

  Debug.ShowHint(str["开局说明"])
  Debug.ShowHint(tostring(str["不洗牌"]))
  end







<

84
85
86
87
88
89
90

91

  if str["不洗牌"] == 0 then
  else
    str["开局说明"] = str["开局说明"] .. "伪洗牌"
    end

  Debug.ShowHint(str["开局说明"])

  end