Commit 632e6497 authored by nekrozar's avatar nekrozar

fix

parent acf5aa62
...@@ -111,6 +111,7 @@ end ...@@ -111,6 +111,7 @@ end
function c66094973.spop(e,tp,eg,ep,ev,re,r,rp) function c66094973.spop(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetFirstTarget() local tc=Duel.GetFirstTarget()
if tc:IsRelateToEffect(e) then if tc:IsRelateToEffect(e) then
if not Duel.IsPlayerCanSpecialSummon(tp) then return end
if Duel.SpecialSummon(tc,0,tp,1-tp,false,false,POS_FACEUP_DEFENCE)==0 then if Duel.SpecialSummon(tc,0,tp,1-tp,false,false,POS_FACEUP_DEFENCE)==0 then
Duel.SendtoGrave(tc,REASON_EFFECT) Duel.SendtoGrave(tc,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