Differences From Artifact [01738dfea6]:
- File script/c0.lua — part of check-in [29959a9986] at 2023-06-30 04:46:14 on branch trunk — 0.0.482 (user: 顽雨沉风, size: 2378) [annotate] [blame] [check-ins using]
To Artifact [fc5aedc85c]:
- File script/c0.lua — part of check-in [ab8e787d19] at 2023-06-30 04:47:06 on branch trunk — 0.0.483 (user: 顽雨沉风, size: 2455) [annotate] [blame] [check-ins using]
︙ | |||
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | + + + | 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["规则"] = "新大师" end else str["规则"] = "大师2020" end str["Debug.ReloadFieldBegin"](str_1, str_2) end _G["通关邀请"] = function() |
︙ |