Commit 4d4d2f74 authored by DailyShana's avatar DailyShana

fix

parent 648b449e
......@@ -57,14 +57,9 @@ function c51670553.skipop(e,tp,eg,ep,ev,re,r,rp)
e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
e1:SetTargetRange(0,1)
e1:SetCode(EFFECT_SKIP_DP)
e1:SetCondition(c51670553.skipdp)
e1:SetReset(RESET_PHASE+PHASE_DRAW+RESET_OPPO_TURN)
Duel.RegisterEffect(e1,tp)
end
function c51670553.skipdp(e)
local tc=e:GetHandler():GetFirstCardTarget()
return tc and c51670553.filter(tc)
end
function c51670553.descon(e,tp,eg,ep,ev,re,r,rp)
return tp==Duel.GetTurnPlayer()
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