Commit a79ecb86 authored by 未闻皂名's avatar 未闻皂名

2023/12/11 bug修复

parent b92a0115
Pipeline #24310 passed with stages
in 14 minutes and 36 seconds
......@@ -20,7 +20,7 @@ function cm.confilter(c)
return c:IsFaceup() and c:IsLevelAbove(5) and c:IsRace(RACE_SPELLCASTER)
end
function cm.costfilter(c)
return c:IsType(TYPE_MONSTER) and c:IsAbleToDeckOrExtraAsCost()
return c:IsRace(RACE_SPELLCASTER) and c:IsAbleToDeckOrExtraAsCost()
end
function cm.filter(c)
return c:IsFaceup() and c:IsLevelAbove(7)
......
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