游戏王残局简化版

Diff
Login

Diff

Differences From Artifact [53c74c81d6]:

To Artifact [55e8955c26]:


78
79
80
81
82
83
84
85


86
87
88
89
90
91
78
79
80
81
82
83
84

85
86
87
88
89
90
91
92







-
+
+







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

  str["开局说明"] = str["开局说明"] .. str["规则"]

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

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

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