Commit de7a185e authored by salix5's avatar salix5

Merge pull request #1142 from nekrozar/patch-4

fix Neptabyss the Atlantean Prince
parents 46af264d ca0e73b3
...@@ -25,7 +25,7 @@ function c21565445.initial_effect(c) ...@@ -25,7 +25,7 @@ function c21565445.initial_effect(c)
c:RegisterEffect(e2) c:RegisterEffect(e2)
end end
function c21565445.cfilter(c,tp) function c21565445.cfilter(c,tp)
return c:IsSetCard(0x77) and not c:IsCode(21565445) and c:IsAbleToGraveAsCost() return c:IsSetCard(0x77) and c:IsType(TYPE_MONSTER) and not c:IsCode(21565445) and c:IsAbleToGraveAsCost()
and Duel.IsExistingMatchingCard(c21565445.filter,tp,LOCATION_DECK,0,1,c) and Duel.IsExistingMatchingCard(c21565445.filter,tp,LOCATION_DECK,0,1,c)
end end
function c21565445.cost(e,tp,eg,ep,ev,re,r,rp,chk) function c21565445.cost(e,tp,eg,ep,ev,re,r,rp,chk)
......
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