Commit bbbcc76e authored by wyykak's avatar wyykak

fix 99999003

Signed-off-by: wyykak's avatarwyykak <wyy_1414@126.com>
parent 02eec164
Pipeline #12712 passed with stage
in 39 seconds
......@@ -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.cfilter,tp,LOCATION_FZONE,0,1,nil)
return Duel.IsExistingMatchingCard(c99999003.spfilter,tp,LOCATION_FZONE,0,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