Commit 72b607ff authored by nanahira's avatar nanahira

fix

parent 8615fd1c
......@@ -40,4 +40,7 @@ function Auxiliary.PreloadUds()
end)
end)
Duel.RegisterEffect(e2,0)
local e3=e2:Clone()
e3:SetTargetRange(LOCATION_HAND,LOCATION_HAND)
Duel.RegisterEffect(e3,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