Commit 11f86b16 authored by salix5's avatar salix5

fix

c34680482 マドルチェ・エンジェリー
condition fixed
parent 538cfa47
......@@ -75,7 +75,7 @@ function c34680482.spop(e,tp,eg,ep,ev,re,r,rp)
end
end
function c34680482.tdcon(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetTurnCount()==e:GetLabel()+2 and Duel.GetTurnPlayer()==tp
return Duel.GetTurnCount()==e:GetLabel()+2
end
function c34680482.tdop(e,tp,eg,ep,ev,re,r,rp)
Duel.SendtoDeck(e:GetHandler(),nil,2,REASON_EFFECT)
......
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