Commit 1416c7bc authored by Tianchenglipu's avatar Tianchenglipu

Update c71692913.lua

parent a16e5622
...@@ -53,7 +53,7 @@ function c71692913.xyzlv(e,c,rc) ...@@ -53,7 +53,7 @@ function c71692913.xyzlv(e,c,rc)
return c:GetRank() return c:GetRank()
end end
function c71692913.disfilter(c) function c71692913.disfilter(c)
return c:IsFaceup() and c:IsAttribute(ATTRIBUTE_LIGHT) and not c:IsDisabled() return c:IsFaceup() and c:IsAttribute(ATTRIBUTE_LIGHT) and c:IsType(TYPE_EFFECT) and not c:IsDisabled()
end end
function c71692913.distg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function c71692913.distg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsLocation(LOCATION_MZONE) and c71692913.disfilter(chkc) end if chkc then return chkc:IsLocation(LOCATION_MZONE) and c71692913.disfilter(chkc) 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