Commit 01fbde75 authored by 未闻皂名's avatar 未闻皂名

2022/2/20 bug修复

parent 85da5101
......@@ -18,7 +18,7 @@ function cm.costfilter(c)
return c:IsAttribute(ATTRIBUTE_EARTH) and c:IsAbleToGraveAsCost()
end
function cm.exfilter(c)
return c:IsFaceup() and c:IsType(TYPE_NORMAL) c:IsAttribute(ATTRIBUTE_EARTH)
return c:IsFaceup() and c:IsType(TYPE_NORMAL) and c:IsAttribute(ATTRIBUTE_EARTH)
end
function cm.cost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(cm.costfilter,tp,LOCATION_HAND,0,1,nil) 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