Commit 44b36208 authored by 未闻皂名's avatar 未闻皂名

2023/2/19 bug修复

parent 4d3fe513
...@@ -14,7 +14,7 @@ function cm.initial_effect(c) ...@@ -14,7 +14,7 @@ function cm.initial_effect(c)
c:RegisterEffect(e1) c:RegisterEffect(e1)
end end
--Discard Deck --Discard Deck
function cm.confilter1(c) function cm.confilter(c)
return c:IsFaceup() and c:IsRace(RACE_FIEND) return c:IsFaceup() and c:IsRace(RACE_FIEND)
end end
function cm.exfilter(c) function cm.exfilter(c)
......
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