Commit 0e75dac9 authored by fallenstardust's avatar fallenstardust

update MZMI-EN006\007 scripts

parent 5712c073
...@@ -73,6 +73,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -73,6 +73,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
if not tc then return end if not tc then return end
tc:SetMaterial(nil) tc:SetMaterial(nil)
Duel.SpecialSummon(tc,SUMMON_TYPE_FUSION,tp,tp,false,false,POS_FACEUP) Duel.SpecialSummon(tc,SUMMON_TYPE_FUSION,tp,tp,false,false,POS_FACEUP)
tc:CompleteProcedure()
end end
function s.limfilter(c,tp) function s.limfilter(c,tp)
return c:IsSummonPlayer(tp) and c:IsRace(RACE_WARRIOR) return c:IsSummonPlayer(tp) and c:IsRace(RACE_WARRIOR)
......
...@@ -97,4 +97,5 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -97,4 +97,5 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
if not tc then return end if not tc then return end
tc:SetMaterial(nil) tc:SetMaterial(nil)
Duel.SpecialSummon(tc,SUMMON_TYPE_FUSION,tp,tp,false,false,POS_FACEUP) Duel.SpecialSummon(tc,SUMMON_TYPE_FUSION,tp,tp,false,false,POS_FACEUP)
tc:CompleteProcedure()
end end
\ No newline at end of file
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