Commit 5ab961a7 authored by wind2009's avatar wind2009

Fix 雪沓の 跡追うひとつ またひとつ

Add Duel.BreakEffect()
parent d4831e03
...@@ -31,6 +31,7 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -31,6 +31,7 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
if Duel.Remove(g,POS_FACEDOWN,REASON_EFFECT)~=0 if Duel.Remove(g,POS_FACEDOWN,REASON_EFFECT)~=0
and Duel.GetMatchingGroupCount(Card.IsFacedown,tp,LOCATION_REMOVED,0,nil)>=7 and Duel.GetMatchingGroupCount(Card.IsFacedown,tp,LOCATION_REMOVED,0,nil)>=7
and Duel.IsExistingMatchingCard(Card.IsAbleToRemove,tp,0,LOCATION_GRAVE,1,nil,tp,POS_FACEDOWN) then and Duel.IsExistingMatchingCard(Card.IsAbleToRemove,tp,0,LOCATION_GRAVE,1,nil,tp,POS_FACEDOWN) then
Duel.BreakEffect()
local ct=Duel.GetMatchingGroupCount(Card.IsAbleToRemove,tp,0,LOCATION_GRAVE,nil,POS_FACEDOWN) local ct=Duel.GetMatchingGroupCount(Card.IsAbleToRemove,tp,0,LOCATION_GRAVE,nil,POS_FACEDOWN)
if ct>5 then ct=5 end if ct>5 then ct=5 end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_REMOVE) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_REMOVE)
......
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