Commit 1aa8aa7b authored by Chen Bill's avatar Chen Bill

fix 7

Q:《白竜の忍者》が自分フィールドに存在するときに《7》の効果を使った場合、《7》の破壊は防げますか?
A:いいえ、「その後全ての《7》を破壊する。」はカードの効果による破壊ではありません。
そのため《白竜の忍者》が存在していても、ドローした後には破壊することになります。(17/01/29)
parent 2a56d3cd
......@@ -36,7 +36,7 @@ function c67048711.operation(e,tp,eg,ep,ev,re,r,rp)
if Duel.Draw(tp,3,REASON_EFFECT)~=0 then
Duel.BreakEffect()
local g=Duel.GetMatchingGroup(c67048711.filter,tp,LOCATION_ONFIELD,0,nil)
Duel.Destroy(g,REASON_EFFECT)
Duel.Destroy(g,REASON_RULE)
end
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