Commit a7f0b60e authored by mercury233's avatar mercury233

fix

parent 965e7f88
...@@ -91,6 +91,7 @@ function c24104865.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -91,6 +91,7 @@ function c24104865.spop(e,tp,eg,ep,ev,re,r,rp)
c:CreateRelation(tc,RESET_EVENT+0x1020000) c:CreateRelation(tc,RESET_EVENT+0x1020000)
tc=sg:GetNext() tc=sg:GetNext()
end end
Duel.SpecialSummonComplete()
end end
function c24104865.desfilter(c,rc) function c24104865.desfilter(c,rc)
return c:GetFlagEffect(24104865)~=0 and rc:IsRelateToCard(c) return c:GetFlagEffect(24104865)~=0 and rc:IsRelateToCard(c)
......
...@@ -69,7 +69,7 @@ function c44586426.tkop(e,tp,eg,ep,ev,re,r,rp) ...@@ -69,7 +69,7 @@ function c44586426.tkop(e,tp,eg,ep,ev,re,r,rp)
if Duel.GetLocationCount(tp,LOCATION_MZONE)<=0 if Duel.GetLocationCount(tp,LOCATION_MZONE)<=0
or not Duel.IsPlayerCanSpecialSummonMonster(tp,44586427,0,0x4011,0,0,1,RACE_THUNDER,ATTRIBUTE_LIGHT) then return end or not Duel.IsPlayerCanSpecialSummonMonster(tp,44586427,0,0x4011,0,0,1,RACE_THUNDER,ATTRIBUTE_LIGHT) then return end
local token=Duel.CreateToken(tp,44586427) local token=Duel.CreateToken(tp,44586427)
Duel.SpecialSummon(token,0,tp,tp,false,false,POS_FACEUP_ATTACK) Duel.SpecialSummon(token,0,tp,tp,false,false,POS_FACEUP)
end end
function c44586426.nmfilter(c,cd) function c44586426.nmfilter(c,cd)
return (c:IsFaceup() or c:IsLocation(LOCATION_GRAVE)) and c:IsType(TYPE_EFFECT) return (c:IsFaceup() or c:IsLocation(LOCATION_GRAVE)) and c:IsType(TYPE_EFFECT)
......
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