Commit 57a21979 authored by mercury233's avatar mercury233

fix

parent f767c481
......@@ -50,7 +50,7 @@ function c101004020.thcost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.SendtoGrave(tc,REASON_COST)
end
function c101004020.thfilter(c)
return c:IsType(TYPE_MONSTER) and not c:IsCode(101004022) and (c:IsSetCard(0x400d) or c:IsSetCard(0x212)) and c:IsAbleToHand()
return c:IsType(TYPE_MONSTER) and not c:IsCode(101004020) and (c:IsSetCard(0x400d) or c:IsSetCard(0x212)) and c:IsAbleToHand()
end
function c101004020.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c101004020.thfilter,tp,LOCATION_DECK,0,1,nil) end
......
......@@ -85,5 +85,5 @@ function c101004061.desop(e,tp,eg,ep,ev,re,r,rp)
end
end
function c101004061.condition(e,c)
return c:IsType(TYPE_MONSTER)
return c:IsType(TYPE_MONSTER)
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