Commit de72fd8e authored by dest's avatar dest Committed by mercury233

fix Burning Bamboo Sword (#901)

parent 23a09d25
...@@ -34,6 +34,6 @@ function c55870497.skipop(e,tp,eg,ep,ev,re,r,rp) ...@@ -34,6 +34,6 @@ function c55870497.skipop(e,tp,eg,ep,ev,re,r,rp)
e1:SetCode(EFFECT_SKIP_M1) e1:SetCode(EFFECT_SKIP_M1)
e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET) e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET)
e1:SetTargetRange(0,1) e1:SetTargetRange(0,1)
e1:SetReset(RESET_PHASE+PHASE_BATTLE+RESET_OPPO_TURN) e1:SetReset(RESET_PHASE+PHASE_END+RESET_OPPO_TURN)
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