Commit e98b8b12 authored by nanahira's avatar nanahira

fix

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