Commit 1fb56724 authored by GuGu's avatar GuGu

Update c99999003.lua

parent 9730928d
Pipeline #33650 passed with stage
in 19 seconds
......@@ -35,7 +35,7 @@ function c99999003.lmlimit(e)
end
function c99999003.spfilter(c)
return c:IsFaceup() and c:GetOriginalCode()==(22090)
return c:IsFaceup() and c:GetOriginalCode()==22090
end
function c99999003.spop(e,tp,eg,ep,ev,re,r,rp)
......@@ -44,7 +44,7 @@ function c99999003.spop(e,tp,eg,ep,ev,re,r,rp)
Duel.SpecialSummon(c,0,tp,tp,false,false,POS_FACEUP)
end
function c99999003.spcon(e,tp,eg,ep,ev,re,r,rp)
return Duel.IsExistingMatchingCard(c99999003.spfilter,tp,LOCATION_FZONE,0,1,nil)
return Duel.IsExistingMatchingCard(c99999003.spfilter,tp,LOCATION_ONFIELD,LOCATION_ONFIELD,1,nil)
end
function c99999003.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0
......
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