Commit b5f8e244 authored by 独孤朲's avatar 独孤朲

Merge pull request #53 from Tianchenglipu/patch-1

Update c71692913.lua
parents 66ceeebd 1416c7bc
......@@ -53,7 +53,7 @@ function c71692913.xyzlv(e,c,rc)
return c:GetRank()
end
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
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
......
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