Commit 6197295f authored by 未闻皂名's avatar 未闻皂名

2021/3/12 修正bug

parent 221e3a95
......@@ -17,7 +17,7 @@ function cm.initial_effect(c)
end
--Set
function cm.costfilter(c)
return c:IsLevelBelow(4) and c:IsAbleToGraveAsCost()
return c:IsType(TYPE_MONSTER) and c:IsAbleToGraveAsCost()
end
function cm.setfilter(c)
return c:IsCode(list[1],list[2]) and c:IsSSetable()
......
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