游戏王残局简化版

Check-in [a7b75b5592]
Login

Check-in [a7b75b5592]

Overview
Comment:0.0.496
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: a7b75b559262e9d537c45b47f0af2cfcab78d6954b729b9f6bd602f30a6710ec
User & Date: 顽雨沉风 on 2023-06-30 05:16:49
Other Links: manifest | tags
Context
2023-06-30
05:17
0.0.497 check-in: c1d72dcc80 user: 顽雨沉风 tags: trunk
05:16
0.0.496 check-in: a7b75b5592 user: 顽雨沉风 tags: trunk
05:16
0.0.495 check-in: a023ccb366 user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [55e8955c26] to [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