Commit ec1f5672 authored by nanahira's avatar nanahira

fix

parent 34a70d1b
...@@ -103,7 +103,7 @@ end ...@@ -103,7 +103,7 @@ end
standbyPhaseSkill(18144506, function(e,tp,eg,ep,ev,re,r,rp) standbyPhaseSkill(18144506, function(e,tp,eg,ep,ev,re,r,rp)
local sg=Duel.GetMatchingGroup(c18144506_filter,tp,0,LOCATION_ONFIELD,nil) local sg=Duel.GetMatchingGroup(c18144506_filter,tp,0,LOCATION_ONFIELD,nil)
Duel.Destroy(sg,REASON_EFFECT) Duel.Destroy(sg,REASON_RULE)
end, function(e,tp) end, function(e,tp)
return Duel.IsExistingMatchingCard(c18144506_filter,tp,0,LOCATION_ONFIELD,1,nil) return Duel.IsExistingMatchingCard(c18144506_filter,tp,0,LOCATION_ONFIELD,1,nil)
end) end)
...@@ -114,7 +114,7 @@ end ...@@ -114,7 +114,7 @@ end
standbyPhaseSkill(12580477, function(e,tp,eg,ep,ev,re,r,rp) standbyPhaseSkill(12580477, function(e,tp,eg,ep,ev,re,r,rp)
local sg=Duel.GetMatchingGroup(c12580477_filter,tp,0,LOCATION_MZONE,nil) local sg=Duel.GetMatchingGroup(c12580477_filter,tp,0,LOCATION_MZONE,nil)
Duel.Destroy(sg,REASON_EFFECT) Duel.Destroy(sg,REASON_RULE)
end, function(e,tp) end, function(e,tp)
return Duel.IsExistingMatchingCard(c12580477_filter,tp,0,LOCATION_MZONE,1,nil) return Duel.IsExistingMatchingCard(c12580477_filter,tp,0,LOCATION_MZONE,1,nil)
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