Commit 587b6cbe authored by wind2009's avatar wind2009

Fix 聖アザミナ

parent 8af94f87
...@@ -41,11 +41,6 @@ end ...@@ -41,11 +41,6 @@ end
function s.mfilter2(c) function s.mfilter2(c)
return c:IsLevelAbove(6) and c:IsFusionType(TYPE_SYNCHRO) return c:IsLevelAbove(6) and c:IsFusionType(TYPE_SYNCHRO)
end end
function s.effcon(e)
local c=e:GetHandler()
local tc=c:GetEquipTarget()
return tc and c:GetControler()==tc:GetControler()
end
function s.efftg(e,c) function s.efftg(e,c)
return c==e:GetHandler():GetEquipTarget() or c:GetControler()~=e:GetHandlerPlayer() return c==e:GetHandler():GetEquipTarget() or c:GetControler()~=e:GetHandlerPlayer()
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