Commit 76038bef authored by JoyJ's avatar JoyJ
parents 53da4d4b 3891601e
...@@ -11,7 +11,7 @@ function Auxiliary.PreloadUds() ...@@ -11,7 +11,7 @@ function Auxiliary.PreloadUds()
e2:SetProperty(EFFECT_FLAG_PLAYER_TARGET) e2:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
e2:SetTargetRange(1,1) e2:SetTargetRange(1,1)
Duel.RegisterEffect(e2,0) Duel.RegisterEffect(e2,0)
-- one more draw --[[-- one more draw
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:SetProperty(EFFECT_FLAG_IGNORE_IMMUNE) e1:SetProperty(EFFECT_FLAG_IGNORE_IMMUNE)
...@@ -20,5 +20,5 @@ function Auxiliary.PreloadUds() ...@@ -20,5 +20,5 @@ function Auxiliary.PreloadUds()
inititialize() inititialize()
e:Reset() e:Reset()
end) end)
Duel.RegisterEffect(e1,0) Duel.RegisterEffect(e1,0)]]
end end
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