Commit f46f8b28 authored by 想象力很好的毛虫's avatar 想象力很好的毛虫 Committed by GitHub

Fix エーリアン・マザー (#2990)

parent 4c9e203f
...@@ -97,6 +97,6 @@ function c24104865.desfilter(c,rc) ...@@ -97,6 +97,6 @@ function c24104865.desfilter(c,rc)
return c:GetFlagEffect(24104865)~=0 and rc:IsRelateToCard(c) return c:GetFlagEffect(24104865)~=0 and rc:IsRelateToCard(c)
end end
function c24104865.desop(e,tp,eg,ep,ev,re,r,rp) function c24104865.desop(e,tp,eg,ep,ev,re,r,rp)
local dg=Duel.GetMatchingGroup(c24104865.desfilter,tp,LOCATION_MZONE,0,nil,e:GetHandler()) local dg=Duel.GetMatchingGroup(c24104865.desfilter,tp,LOCATION_MZONE,LOCATION_MZONE,nil,e:GetHandler())
Duel.Destroy(dg,REASON_EFFECT) Duel.Destroy(dg,REASON_EFFECT)
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