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

2024/11/10 bug修复

parent 6c993d8c
Pipeline #31066 passed with stages
in 8 minutes and 53 seconds
......@@ -20,7 +20,7 @@ function cm.costfilter(c)
return c:IsType(TYPE_MONSTER) and c:IsAbleToDeckOrExtraAsCost()
end
function cm.desfilter(c)
return c:IsFaceup() and c:IsType(TYPE_SPELL+TYPE_TRAP) and c:GetSequence()<5
return c:IsFacedown() and c:IsType(TYPE_SPELL+TYPE_TRAP) and c:GetSequence()<5
end
function cm.check(g)
if g:IsExists(Card.IsCode,1,nil,list[1]) then
......
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