Commit 7f735d5e authored by nanahira's avatar nanahira

fix

parent 1ef63e8f
...@@ -222,7 +222,7 @@ function Auxiliary.PreloadUds() ...@@ -222,7 +222,7 @@ function Auxiliary.PreloadUds()
end end
Duel.Overlay(c,tog) Duel.Overlay(c,tog)
Duel.SendtoGrave(og,REASON_RULE) Duel.SendtoGrave(og,REASON_RULE)
Duel.Overlay(tc,g) Duel.Overlay(c,g)
end) end)
grantAll(e1,function(e,c) return c:IsType(TYPE_XYZ) end,LOCATION_MZONE) grantAll(e1,function(e,c) return c:IsType(TYPE_XYZ) end,LOCATION_MZONE)
local loc=LOCATION_HAND+LOCATION_ONFIELD local loc=LOCATION_HAND+LOCATION_ONFIELD
......
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