Commit 8fa27a61 authored by Momobako's avatar Momobako

Push by Appveyor

parent f1f467be
......@@ -94,5 +94,5 @@ function cm.rthfilter(c)
return c:IsFaceup() and mil.is_series(c,'rabbit')
end
function cm.filter(c)
return mil.is_series(c,'rabbit') and c:IsType(TYPE_MONSTER) and c:IsAbleToHand()
return mil.is_series(c,'rabbit') and c:IsAbleToHand()
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