Commit 81b8827c authored by wind2009's avatar wind2009

Update

parent df3c3264
No preview for this file type
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
101302023 101302023
101302024 101302024
101302025 101302025
101302026
101302030 101302030
101302032 101302032
101302033 101302033
...@@ -68,4 +69,5 @@ ...@@ -68,4 +69,5 @@
101302075 101302075
101302076 101302076
101302077 101302077
101302078
101302079 101302079
\ No newline at end of file
...@@ -76,4 +76,4 @@ function s.cfilter2(c) ...@@ -76,4 +76,4 @@ function s.cfilter2(c)
end end
function s.actcon(e) function s.actcon(e)
return Duel.IsExistingMatchingCard(s.cfilter2,e:GetHandlerPlayer(),0,LOCATION_MZONE,1,nil) return Duel.IsExistingMatchingCard(s.cfilter2,e:GetHandlerPlayer(),0,LOCATION_MZONE,1,nil)
end end
\ No newline at end of file
...@@ -57,4 +57,4 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -57,4 +57,4 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
end end
function s.splimit(e,c) function s.splimit(e,c)
return c:IsLocation(LOCATION_EXTRA) return c:IsLocation(LOCATION_EXTRA)
end end
\ No newline at end of file
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