Commit 5dec4101 authored by nanahira's avatar nanahira

new

parent a61adcc9
--天変地異
function Auxiliary.PreloadUds()
Duel.EnableGlobalFlag(GLOBALFLAG_DECK_REVERSE_CHECK)
local e2=Effect.GlobalEffect()
e2:SetType(EFFECT_TYPE_FIELD)
e2:SetCode(EFFECT_REVERSE_DECK)
e2:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
e2:SetTargetRange(1,1)
Duel.RegisterEffect(e2,0)
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