Commit e98b8b12 authored by nanahira's avatar nanahira

fix

parent 52ac4a06
......@@ -36,7 +36,7 @@ function cm.filterd(c)
return c:IsFaceup() and c:IsSetCard(code)
end
function cm.filter(c,tcode)
return c:IsSetCard(code) and not c:IsCode(tcode)
return c:IsSetCard(code) and not c:IsCode(tcode) and c:IsType(TYPE_MONSTER)
end
function cm.handcon(e)
local tp=e:GetHandler():GetControler()
......
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