You need to sign in or sign up before continuing.
Commit 66205ab0 authored by mercury233's avatar mercury233 Committed by GitHub

fix DDオルトロス

parent cfcd608c
...@@ -34,7 +34,7 @@ function c72181263.initial_effect(c) ...@@ -34,7 +34,7 @@ function c72181263.initial_effect(c)
end end
function c72181263.desfilter1(c,tp,ec,g) function c72181263.desfilter1(c,tp,ec,g)
return c:IsType(TYPE_SPELL+TYPE_TRAP) return c:IsType(TYPE_SPELL+TYPE_TRAP)
and g:IsExists(c72181263.desfilter2,1,nil,tp,ec) and g:IsExists(c72181263.desfilter2,1,c,tp,ec)
end end
function c72181263.desfilter2(c,tp,ec) function c72181263.desfilter2(c,tp,ec)
return c~=ec and c:IsFaceup() and c:IsControler(tp) and c:IsSetCard(0xaf,0xae) return c~=ec and c:IsFaceup() and c:IsControler(tp) and c:IsSetCard(0xaf,0xae)
......
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