Commit 435c94b6 authored by Amiya's avatar Amiya

Merge branch 'master' of git.moenext.com:mycard/pre-release-database-cdb

parents 61c1e1b3 81b8827c
Pipeline #39427 passed with stages
in 4 minutes and 59 seconds
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
...@@ -58,4 +58,4 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -58,4 +58,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