Differences From Artifact [4c280b7d89]:
- File script/c0.lua — part of check-in [13194a47ff] at 2023-06-29 13:49:48 on branch trunk — 0.0.354 (user: 顽雨沉风, size: 745) [annotate] [blame] [check-ins using]
To Artifact [47f3363fa0]:
- File script/c0.lua — part of check-in [1c51557a21] at 2023-06-29 13:50:43 on branch trunk — 0.0.355 (user: 顽雨沉风, size: 684) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
26 27 28 29 30 31 32 |
effect_1:SetOperation(cache_1)
Duel.RegisterEffect(effect_1
, 0)
end
_G["开局说明"] = function()
| | | 26 27 28 29 30 31 32 33 34 35 36 |
effect_1:SetOperation(cache_1)
Duel.RegisterEffect(effect_1
, 0)
end
_G["开局说明"] = function()
end
_G["开局说明"]()
|