Commit 506466eb authored by Tachibana's avatar Tachibana

E

parent 447e8ffc
Pipeline #16117 passed with stages
in 25 minutes and 38 seconds
......@@ -55,7 +55,7 @@ function c67210107.op(e,tp,eg,ep,ev,re,r,rp)
end
--
function c67210107.pfilter(c)
return c:IsSetCard(0x67e) and c:IsAbleToHand()
return c:IsSetCard(0x67e) and c:IsAbleToHand() and c:IsType(TYPE_MONSTER)
end
function c67210107.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c67210107.pfilter,tp,LOCATION_DECK,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