Differences From Artifact [0986c1e155]:
- File script/c0.lua — part of check-in [f7a6ef2afa] at 2023-07-01 12:35:26 on branch trunk — 0.0.543 (user: 顽雨沉风, size: 3616) [annotate] [blame] [check-ins using]
To Artifact [43dc2dd058]:
- File script/c0.lua — part of check-in [8210af4dfb] at 2023-07-01 12:53:19 on branch trunk — 0.0.551 (user: 顽雨沉风, size: 3681) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | + + |
str = {}
fun = {}
str["Debug.ReloadFieldBegin"] = Debug.ReloadFieldBegin
Debug.ReloadFieldBegin = function(str_1, str_2)
str["不洗牌"] = str_1 & DUEL_PSEUDO_SHUFFLE
if str_2 then
if str_2 == 3 then
str["规则"] = "大师3 "
elseif str_2 == 4 then
str["规则"] = "新大师 "
elseif str_2 == 5 then
str["规则"] = "大师2020 "
end
else
str["规则"] = "大师2020 "
end
str["Debug.ReloadFieldBegin"](str_1, str_2)
end
|
| ︙ |