Commit 2a0a95c9 authored by Grajade's avatar Grajade

Update c81002006.lua

parent b06d5695
......@@ -54,7 +54,7 @@ function cm.drop(e,tp,eg,ep,ev,re,r,rp)
end
end
function cm.cfilter(c)
return c:IsFaceup() and (muxu.check_set_Soul(c) or muxu.check_set_Urban(c))
return c:IsFaceup() and (muxu.check_set_Soul(c) or muxu.check_set_Urban(c)) and c:IsType(TYPE_SPELL)
end
function cm.thfilter(c)
return c:IsType(TYPE_SPELL+TYPE_TRAP) and c:IsAbleToHand()
......
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