Commit c80fb780 authored by mercury233's avatar mercury233

fix

parent aabdda20
...@@ -50,7 +50,7 @@ function c100422023.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -50,7 +50,7 @@ function c100422023.spop(e,tp,eg,ep,ev,re,r,rp)
Duel.SpecialSummon(c,0,tp,tp,false,false,POS_FACEUP) Duel.SpecialSummon(c,0,tp,tp,false,false,POS_FACEUP)
end end
function c100422023.thfilter(c) function c100422023.thfilter(c)
return c:IsSetCard(0x21) and c:IsAbleToHand() return c:IsSetCard(0x21) and c:IsType(TYPE_MONSTER) and c:IsAbleToHand()
end end
function c100422023.thtg(e,tp,eg,ep,ev,re,r,rp,chk) function c100422023.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c100422023.thfilter,tp,LOCATION_DECK+LOCATION_GRAVE,0,1,nil) end if chk==0 then return Duel.IsExistingMatchingCard(c100422023.thfilter,tp,LOCATION_DECK+LOCATION_GRAVE,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