Commit d5fad8c0 authored by salix5's avatar salix5

Merge pull request #1325 from nekrozar/patch-1

fix Heart-eartH
parents 912dec88 ce220cf0
...@@ -80,5 +80,10 @@ function c23998625.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -80,5 +80,10 @@ function c23998625.spop(e,tp,eg,ep,ev,re,r,rp)
Duel.Overlay(tc,cg) Duel.Overlay(tc,cg)
Duel.SpecialSummon(tc,SUMMON_TYPE_XYZ,tp,tp,false,false,POS_FACEUP) Duel.SpecialSummon(tc,SUMMON_TYPE_XYZ,tp,tp,false,false,POS_FACEUP)
tc:CompleteProcedure() tc:CompleteProcedure()
else
local cg=Duel.GetFieldGroup(tp,LOCATION_EXTRA,0)
if cg:IsExists(Card.IsFacedown,1,nil) and Duel.IsPlayerCanSpecialSummon(tp) then
Duel.ConfirmCards(1-tp,cg)
end
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