游戏王残局简化版

Diff
Login

Diff

Differences From Artifact [9373721b70]:

To Artifact [53c74c81d6]:


83
84
85
86
87
88
89

90
  str["开局说明"] = str["开局说明"] .. " "

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

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

  end







>

83
84
85
86
87
88
89
90
91
  str["开局说明"] = str["开局说明"] .. " "

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

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