Commit a7b3f138 authored by wind2009's avatar wind2009

Merge branch 'patch-3' into 'master'

Update オッドアイズ・ソルブレイズ・ドラゴン

See merge request !98
parents 1f4ca96b f775bf3b
Pipeline #29176 passed with stages
in 1 minute and 28 seconds
...@@ -59,7 +59,7 @@ function s.splimitcon(e) ...@@ -59,7 +59,7 @@ function s.splimitcon(e)
return e:GetHandler():IsControler(e:GetOwnerPlayer()) return e:GetHandler():IsControler(e:GetOwnerPlayer())
end end
function s.splimit(e,c) function s.splimit(e,c)
return not c:IsType(TYPE_PENDULUM) return c:GetOriginalType()&TYPE_PENDULUM~=TYPE_PENDULUM
end end
function s.rfilter(c) function s.rfilter(c)
return c:IsType(TYPE_FUSION+TYPE_SYNCHRO+TYPE_XYZ+TYPE_PENDULUM) and c:IsAbleToRemoveAsCost() return c:IsType(TYPE_FUSION+TYPE_SYNCHRO+TYPE_XYZ+TYPE_PENDULUM) and c:IsAbleToRemoveAsCost()
......
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