游戏王残局简化版

Check-in [3fd449f7a7]
Login

Check-in [3fd449f7a7]

Overview
Comment:0.0.492
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 3fd449f7a756cb891895f4d44e5f259aba47b67bd083fd2ab54889f3048c0d80
User & Date: 顽雨沉风 on 2023-06-30 05:15:52.947
Other Links: manifest | tags
Context
2023-06-30
05:16
0.0.493 check-in: 6ee011721d user: 顽雨沉风 tags: trunk
05:15
0.0.492 check-in: 3fd449f7a7 user: 顽雨沉风 tags: trunk
05:14
0.0.491 check-in: db68a47557 user: 顽雨沉风 tags: trunk
Changes
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