Commit baaae498 authored by wind2009's avatar wind2009

Fix Multi-universe

parent cfa99a9d
......@@ -46,8 +46,8 @@ end
function s.mvop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
local tc=Duel.GetFirstTarget()
if tc:IsRelateToEffect(e) and not tc:IsImmuneToEffect(e)
and Duel.Destroy(c,REASON_EFFECT)~=0 and c:IsRelateToEffect(e) then
if c:IsRelateToEffect(e) and Duel.Destroy(c,REASON_EFFECT)~=0
and tc:IsRelateToEffect(e) and not tc:IsImmuneToEffect(e) then
Duel.MoveToField(tc,tp,tp,LOCATION_FZONE,POS_FACEUP,true)
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