Differences From Artifact [1799fd2e53]:
- File script/c0.lua — part of check-in [a855d3a3c7] at 2023-06-29 12:40:54 on branch trunk — 0.0.339 (user: 顽雨沉风, size: 682) [annotate] [blame] [check-ins using]
To Artifact [95c0ed297f]:
- File script/c0.lua — part of check-in [5d32ff81ed] at 2023-06-29 12:41:59 on branch trunk — 0.0.340 (user: 顽雨沉风, size: 721) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
26 27 28 29 30 31 32 33 34 35 |
effect_1:SetOperation(cache_1)
Duel.RegisterEffect(effect_1
, 0)
end
_G["开局说明"] = function()
end
_G["开局说明"]()
| > | 26 27 28 29 30 31 32 33 34 35 36 |
effect_1:SetOperation(cache_1)
Duel.RegisterEffect(effect_1
, 0)
end
_G["开局说明"] = function()
Debug.Message(Duel.GetMasterRule())
end
_G["开局说明"]()
|