Commit 143ed753 authored by mercury233's avatar mercury233 Committed by GitHub

fix

parent 3ac8db4c
...@@ -60,7 +60,7 @@ function c69073023.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -60,7 +60,7 @@ function c69073023.spop(e,tp,eg,ep,ev,re,r,rp)
if tc and tc:IsRelateToEffect(e) if tc and tc:IsRelateToEffect(e)
and Duel.SpecialSummon(tc,0,tp,tp,false,false,POS_FACEUP)>0 then and Duel.SpecialSummon(tc,0,tp,tp,false,false,POS_FACEUP)>0 then
local mat=tg:Filter(c69073023.matfilter,tc,e,tp):GetFirst() local mat=tg:Filter(c69073023.matfilter,tc,e,tp):GetFirst()
if mat and mat:IsRelateToEffect(e) then if mat and mat:IsRelateToEffect(e) and not mat:IsImmuneToEffect(e) then
local og=mat:GetOverlayGroup() local og=mat:GetOverlayGroup()
if og:GetCount()>0 then if og:GetCount()>0 then
Duel.SendtoGrave(og,REASON_RULE) Duel.SendtoGrave(og,REASON_RULE)
......
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