Commit 222aa577 authored by 未闻皂名's avatar 未闻皂名

2020/7/25 修复bug

parent 2cc627ec
......@@ -23,7 +23,7 @@ function cm.exfilter(c)
return c:IsFaceup() and c:IsCode(list[1])
end
function cm.atkfilter(c)
return c:IsType(TYPE_MONSTER)
return c:IsRace(RACE_SPELLCASTER)
end
function cm.cost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsPlayerCanDiscardDeckAsCost(tp,1) end
......
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