Commit dd222d32 authored by mercury233's avatar mercury233 Committed by GitHub

fix 忍の六武

parent e8f6640b
......@@ -25,6 +25,8 @@ function c6357341.activate(e,tp,eg,ep,ev,re,r,rp)
e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
e1:SetCode(EFFECT_SKIP_TURN)
e1:SetTargetRange(0,1)
e1:SetReset(RESET_PHASE+PHASE_END+RESET_OPPO_TURN)
local rct=1
if Duel.GetTurnPlayer()==1-tp then rct=2 end
e1:SetReset(RESET_PHASE+PHASE_END+RESET_OPPO_TURN,rct)
Duel.RegisterEffect(e1,tp)
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