Commit 64975710 authored by wind2009's avatar wind2009

Fix 竜儀巧-メテオニス=DAD

parent cdebba1d
Pipeline #26765 passed with stages
in 1 minute and 3 seconds
......@@ -49,7 +49,7 @@ function s.discost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true end
end
function s.costfilter(c,atk)
return c:IsSetCard(0x154) and (atk==0 or c:IsAttackAbove(1)) and c:IsAbleToRemoveAsCost()
return c:IsSetCard(0x154) and c:IsType(TYPE_MONSTER) and (atk==0 or c:IsAttackAbove(1)) and c:IsAbleToRemoveAsCost()
end
function s.fselect(g,atk)
local sum=g:GetSum(Card.GetAttack)
......
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