Commit 571a2d7a authored by salix5's avatar salix5

fix

parent b25de084
...@@ -110,8 +110,7 @@ function c66094973.sptg(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -110,8 +110,7 @@ function c66094973.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
end 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) and Duel.IsPlayerCanSpecialSummon(tp) 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