Commit 75d0c674 authored by salix5's avatar salix5

fix

parent c4608bde
...@@ -46,8 +46,9 @@ function c46502744.sptg(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -46,8 +46,9 @@ function c46502744.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
end end
function c46502744.spop(e,tp,eg,ep,ev,re,r,rp) function c46502744.spop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
if c:IsRelateToEffect(e) and Duel.SpecialSummon(c,0,tp,tp,false,false,POS_FACEUP) then if c:IsRelateToEffect(e) and Duel.SpecialSummonStep(c,0,tp,tp,false,false,POS_FACEUP) then
c:RegisterFlagEffect(46502745,RESET_EVENT+0x1fe0000,0,1) c:RegisterFlagEffect(46502745,RESET_EVENT+0xfe0000,0,1)
Duel.SpecialSummonComplete()
end end
end end
function c46502744.remcon(e) function c46502744.remcon(e)
......
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