Commit 3859ee2a authored by 未闻皂名's avatar 未闻皂名

2022/3/13 bug修复

parent 16cbddd2
...@@ -17,7 +17,7 @@ function cm.costfilter(c) ...@@ -17,7 +17,7 @@ function cm.costfilter(c)
return c:IsRace(RACE_INSECT) and c:IsAbleToDeckOrExtraAsCost() return c:IsRace(RACE_INSECT) and c:IsAbleToDeckOrExtraAsCost()
end end
function cm.exfilter(c) function cm.exfilter(c)
return c:IsFaceup() and c:IsRace(RACE_INSECT) return c:IsPosition(POS_FACEUP_DEFENSE) and c:IsRace(RACE_INSECT)
end end
function cm.condition(e,tp,eg,ep,ev,re,r,rp) function cm.condition(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetAttacker() local tc=Duel.GetAttacker()
......
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