Commit e7dcf4cc authored by wind2009's avatar wind2009

Fix cdb

parent 4f882cf1
Pipeline #35196 failed with stages
in 1 minute and 33 seconds
No preview for this file type
...@@ -3,6 +3,8 @@ ...@@ -3,6 +3,8 @@
101301002 101301002
101301003 101301003
101301004 101301004
101301005
101301006
101301007 101301007
101301008 101301008
101301009 101301009
...@@ -18,10 +20,15 @@ ...@@ -18,10 +20,15 @@
101301019 101301019
101301020 101301020
101301021 101301021
101301022
101301023
101301024 101301024
101301025 101301025
101301026 101301026
101301027 101301027
101301029
101301030
101301031
101301032 101301032
101301033 101301033
101301034 101301034
...@@ -33,11 +40,13 @@ ...@@ -33,11 +40,13 @@
101301043 101301043
101301044 101301044
101301045 101301045
101301046
101301047 101301047
101301048 101301048
101301049 101301049
101301051 101301051
101301052 101301052
101301053
101301054 101301054
101301055 101301055
101301056 101301056
...@@ -48,6 +57,8 @@ ...@@ -48,6 +57,8 @@
101301061 101301061
101301062 101301062
101301064 101301064
101301066
101301067
101301068 101301068
101301069 101301069
101301070 101301070
......
...@@ -179,7 +179,7 @@ function s.pztg(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -179,7 +179,7 @@ function s.pztg(e,tp,eg,ep,ev,re,r,rp,chk)
end end
function s.pzop(e,tp,eg,ep,ev,re,r,rp) function s.pzop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
if c:IsRelateToChain() and aux.NecroValleyFilter()(c) then if c:IsRelateToChain() then
Duel.MoveToField(c,tp,tp,LOCATION_PZONE,POS_FACEUP,true) Duel.MoveToField(c,tp,tp,LOCATION_PZONE,POS_FACEUP,true)
end end
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