Commit 29d82de0 authored by Grajade's avatar Grajade

Update c200015.lua

parent f4c3b4ca
Pipeline #11464 passed with stage
in 1 minute and 19 seconds
......@@ -38,7 +38,7 @@ function c200015.spfilter(c)
end
function c200015.spcon(e,c)
if c==nil then return true end
return Duel.IsExistingMatchingCard(c200015.spfilter,c:GetControler(),LOCATION_SZONE,0,1,nil)
return Duel.IsExistingMatchingCard(c200015.spfilter,c:GetControler(),LOCATION_ONFIELD,0,1,nil)
and Duel.GetLocationCount(c:GetControler(),LOCATION_MZONE)>0
end
function c200015.filter(x)
......
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