Commit bd8c9faf authored by mercury233's avatar mercury233 Committed by GitHub

fix

parent 9641f102
......@@ -21,7 +21,7 @@ function c61777313.synlimit(e,c)
return c:IsSetCard(0x42)
end
function c61777313.cfilter(c,lv)
return c:IsSetCard(0x42) and not c:IsLevel(lv) and c:IsAbleToGraveAsCost()
return c:IsSetCard(0x42) and c:IsType(TYPE_MONSTER) and not c:IsLevel(lv) and c:IsAbleToGraveAsCost()
end
function c61777313.cost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c61777313.cfilter,tp,LOCATION_DECK,0,1,nil,e:GetHandler():GetLevel()) 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