Commit 65b6a19c authored by mercury233's avatar mercury233 Committed by GitHub

fix

parent a4f41216
...@@ -127,8 +127,8 @@ end ...@@ -127,8 +127,8 @@ end
function c11221418.spop(e,tp,eg,ep,ev,re,r,rp) function c11221418.spop(e,tp,eg,ep,ev,re,r,rp)
local tc=e:GetLabelObject() local tc=e:GetLabelObject()
local mc=Duel.GetFirstTarget() local mc=Duel.GetFirstTarget()
if mc and tc:GetFlagEffect(11221418)~=0 and Duel.SpecialSummon(tc,0,tp,tp,false,false,POS_FACEUP)~=0 then if tc:GetFlagEffect(11221418)~=0 and Duel.SpecialSummon(tc,0,tp,tp,false,false,POS_FACEUP)~=0 then
if mc:IsRelateToEffect(e) then if mc and mc:IsRelateToEffect(e) then
Duel.Overlay(tc,Group.FromCards(mc)) Duel.Overlay(tc,Group.FromCards(mc))
end 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