Commit 7e1b280e authored by POLYMER's avatar POLYMER

fix

parent 164cca60
...@@ -31,7 +31,7 @@ function s.costchk(e,te_or_c,tp) ...@@ -31,7 +31,7 @@ function s.costchk(e,te_or_c,tp)
return true return true
end end
function s.tgfilter(c) function s.tgfilter(c)
return aux.IsCodeListed(c,32274490) and c:IsAbleToGraveAsCost() return aux.IsCodeListed(c,32274490) and c:IsAbleToGraveAsCost() and c:IsType(TYPE_MONSTER)
end end
function s.costop(e,tp,eg,ep,ev,re,r,rp) function s.costop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
......
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