Commit 9730928d authored by GuGu's avatar GuGu

Update c999509.lua

parent f1ca0606
Pipeline #33649 passed with stage
in 23 seconds
...@@ -109,7 +109,7 @@ function M.synop(e,tp,eg,ep,ev,re,r,rp,syncard,f,minc,maxc) ...@@ -109,7 +109,7 @@ function M.synop(e,tp,eg,ep,ev,re,r,rp,syncard,f,minc,maxc)
end end
-- --
function M.confilter(c) function M.confilter(c)
return c:GetOriginalCode() == 22090 return c:GetOriginalCode() == 22090 and c:IsFaceup()
end end
function M.spcon(e,tp,eg,ep,ev,re,r,rp) function M.spcon(e,tp,eg,ep,ev,re,r,rp)
...@@ -119,7 +119,7 @@ function M.spcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -119,7 +119,7 @@ function M.spcon(e,tp,eg,ep,ev,re,r,rp)
end end
end end
return Duel.IsExistingMatchingCard(M.confilter, tp, LOCATION_SZONE, LOCATION_SZONE, 1, nil) return Duel.IsExistingMatchingCard(M.confilter, tp, LOCATION_FZONE, LOCATION_FZONE, 1, nil)
end end
function M.spcost(e,tp,eg,ep,ev,re,r,rp,chk) function M.spcost(e,tp,eg,ep,ev,re,r,rp,chk)
......
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