Commit 48ecf560 authored by VanillaSalt's avatar VanillaSalt

Merge pull request #804 from sidschingis/patch-5

fix
parents d9224825 26178ee3
...@@ -220,7 +220,7 @@ function Auxiliary.XyzCondition2(f,minc,maxc,alterf,desc,op) ...@@ -220,7 +220,7 @@ function Auxiliary.XyzCondition2(f,minc,maxc,alterf,desc,op)
local ct=-ft local ct=-ft
if minc<=ct then return false end if minc<=ct then return false end
if ct<1 and Duel.IsExistingMatchingCard(alterf,c:GetControler(),LOCATION_MZONE,0,1,nil) if ct<1 and Duel.IsExistingMatchingCard(alterf,c:GetControler(),LOCATION_MZONE,0,1,nil)
and (not op or op(e,tp,0)) then and (not op or op(e,c:GetControler(),0)) then
return true return true
end end
return Duel.CheckXyzMaterial(c,f,minc,maxc,og) return Duel.CheckXyzMaterial(c,f,minc,maxc,og)
......
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