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

fix 真紅眼の黒刃竜

parent bf6e686e
...@@ -97,7 +97,7 @@ function c21140872.ngcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -97,7 +97,7 @@ function c21140872.ngcon(e,tp,eg,ep,ev,re,r,rp)
return g and g:IsExists(c21140872.ngcfilter,1,nil,tp) and Duel.IsChainNegatable(ev) return g and g:IsExists(c21140872.ngcfilter,1,nil,tp) and Duel.IsChainNegatable(ev)
end end
function c21140872.ngfilter(c) function c21140872.ngfilter(c)
return c:IsType(TYPE_EQUIP) and c:IsAbleToGraveAsCost() return c:IsType(TYPE_EQUIP) and (c:IsFaceup() or c:GetEquipTarget()) and c:IsAbleToGraveAsCost()
end end
function c21140872.ngcost(e,tp,eg,ep,ev,re,r,rp,chk) function c21140872.ngcost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c21140872.ngfilter,tp,LOCATION_SZONE,0,1,nil) end if chk==0 then return Duel.IsExistingMatchingCard(c21140872.ngfilter,tp,LOCATION_SZONE,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