Commit 5f11244a authored by mercury233's avatar mercury233 Committed by GitHub
parent d8b81fd9
...@@ -18,6 +18,10 @@ function c35316708.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -18,6 +18,10 @@ function c35316708.activate(e,tp,eg,ep,ev,re,r,rp)
e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET) e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
e1:SetTargetRange(0,1) e1:SetTargetRange(0,1)
e1:SetCode(EFFECT_SKIP_DP) e1:SetCode(EFFECT_SKIP_DP)
e1:SetReset(RESET_PHASE+PHASE_DRAW+RESET_OPPO_TURN) if Duel.GetTurnPlayer()==1-tp and Duel.GetCurrentPhase()==PHASE_DRAW then
e1:SetReset(RESET_PHASE+PHASE_DRAW+RESET_OPPO_TURN,2)
else
e1:SetReset(RESET_PHASE+PHASE_DRAW+RESET_OPPO_TURN)
end
Duel.RegisterEffect(e1,tp) Duel.RegisterEffect(e1,tp)
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