Commit 4f298ad2 authored by DailyShana's avatar DailyShana

fix

parent 3ff95240
...@@ -21,7 +21,7 @@ function c24082387.filter1(c,e,tp,cg,minc) ...@@ -21,7 +21,7 @@ function c24082387.filter1(c,e,tp,cg,minc)
and cg:CheckWithSumEqual(Card.GetLevel,c:GetLevel(),minc,99) and cg:CheckWithSumEqual(Card.GetLevel,c:GetLevel(),minc,99)
end end
function c24082387.cgfilter(c) function c24082387.cgfilter(c)
return c:GetLevel()>0 and c:IsAbleToGraveAsCost() return c:GetLevel()>0 and c:IsAbleToGraveAsCost() and bit.band(c:GetOriginalType(),TYPE_MONSTER)~=0
end end
function c24082387.target(e,tp,eg,ep,ev,re,r,rp,chk) function c24082387.target(e,tp,eg,ep,ev,re,r,rp,chk)
local cg=Duel.GetMatchingGroup(c24082387.cgfilter,tp,LOCATION_MZONE,0,nil) local cg=Duel.GetMatchingGroup(c24082387.cgfilter,tp,LOCATION_MZONE,0,nil)
......
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