Commit 8ed15a29 authored by Amiya's avatar Amiya

修复

parent f7bca39b
...@@ -29,7 +29,7 @@ function s.cfilter(c) ...@@ -29,7 +29,7 @@ function s.cfilter(c)
return c:IsFaceupEx() and c:IsLevel(10) return c:IsFaceupEx() and c:IsLevel(10)
end end
function s.spcon(e,tp,eg,ep,ev,re,r,rp) function s.spcon(e,tp,eg,ep,ev,re,r,rp)
return Duel.IsExistingMatchingCard(s.cfilter,tp,LOCATION_MZONE,0,3,nil) return Duel.IsExistingMatchingCard(s.cfilter,tp,LOCATION_MZONE+LOCATION_GRAVE+LOCATION_REMOVED,0,3,nil)
end end
function s.sptg(e,tp,eg,ep,ev,re,r,rp,chk) function s.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
local c=e:GetHandler() local c=e:GetHandler()
......
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