Commit 2c8b0e90 authored by Chen Bill's avatar Chen Bill

fix ブラック・ガーデン

parent 65f740a5
...@@ -39,7 +39,6 @@ function c71645242.initial_effect(c) ...@@ -39,7 +39,6 @@ function c71645242.initial_effect(c)
end end
end end
function c71645242.cfilter(c,tp) function c71645242.cfilter(c,tp)
local c=e:GetHandler()
local code,code2=c:GetSpecialSummonInfo(SUMMON_INFO_CODE,SUMMON_INFO_CODE2) local code,code2=c:GetSpecialSummonInfo(SUMMON_INFO_CODE,SUMMON_INFO_CODE2)
return c:IsFaceup() and c:IsControler(tp) and code~=71645242 and code2~=71645242 return c:IsFaceup() and c:IsControler(tp) and code~=71645242 and code2~=71645242
end end
......
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