Commit 9c238aee authored by VanillaSalt's avatar VanillaSalt

Merge pull request #668 from YuGiOhMoDDeR/patch-5

fix
parents cfff8b61 17779f52
...@@ -75,6 +75,7 @@ function c69058960.filter(c) ...@@ -75,6 +75,7 @@ function c69058960.filter(c)
end end
function c69058960.indcon(e) function c69058960.indcon(e)
return Duel.IsExistingMatchingCard(c69058960.filter,e:GetHandlerPlayer(),LOCATION_MZONE,0,1,nil) return Duel.IsExistingMatchingCard(c69058960.filter,e:GetHandlerPlayer(),LOCATION_MZONE,0,1,nil)
and e:GetHandler():GetOverlayCount()~=0
end end
function c69058960.refcon(e) function c69058960.refcon(e)
return Duel.IsExistingMatchingCard(c69058960.filter,e:GetHandlerPlayer(),LOCATION_MZONE,0,1,nil) return Duel.IsExistingMatchingCard(c69058960.filter,e:GetHandlerPlayer(),LOCATION_MZONE,0,1,nil)
......
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