Commit 6316cd83 authored by GuGu's avatar GuGu

Update Gds.lua 代传

parent 8a1b192e
Pipeline #16640 passed with stage
in 1 minute and 9 seconds
...@@ -13,7 +13,7 @@ function Gds.Adjustdreamsequence(c) ...@@ -13,7 +13,7 @@ function Gds.Adjustdreamsequence(c)
--adjust --adjust
local e1=Effect.GlobalEffect() local e1=Effect.GlobalEffect()
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS) e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS)
e1:SetCode(EVENT_PREDRAW) e1:SetCode(EVENT_PHASE_START+PHASE_DRAW)
e1:SetOperation(Gds.dsop) e1:SetOperation(Gds.dsop)
Duel.RegisterEffect(e1,0) Duel.RegisterEffect(e1,0)
local e2=Effect.GlobalEffect() local e2=Effect.GlobalEffect()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment