Commit 7577da55 authored by Chrono-Genex's avatar Chrono-Genex Committed by GitHub

fix Auxiliary.ExceptThisCard (#1979)

parent fb82902b
...@@ -2690,7 +2690,7 @@ end ...@@ -2690,7 +2690,7 @@ end
--used for "except this card" --used for "except this card"
function Auxiliary.ExceptThisCard(e) function Auxiliary.ExceptThisCard(e)
local c=e:GetHandler() local c=e:GetHandler()
if c:IsRelateToEffect(e) then return c else return nil end if c:IsRelateToChain() then return c else return nil end
end end
--used for multi-linked zone(zone linked by two or more link monsters) --used for multi-linked zone(zone linked by two or more link monsters)
function Auxiliary.GetMultiLinkedZone(tp) function Auxiliary.GetMultiLinkedZone(tp)
......
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