Commit 372384b5 authored by mercury233's avatar mercury233 Committed by GitHub

fix ドラゴンメイド・ティルル

parent 84de6fe0
......@@ -30,7 +30,7 @@ function c16960120.thfilter(c)
return c:IsSetCard(0x133) and c:IsType(TYPE_MONSTER) and not c:IsCode(16960120) and c:IsAbleToHand()
end
function c16960120.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c16960120.filter,tp,LOCATION_DECK,0,1,nil) end
if chk==0 then return Duel.IsExistingMatchingCard(c16960120.thfilter,tp,LOCATION_DECK,0,1,nil) end
Duel.SetOperationInfo(0,CATEGORY_TOHAND,nil,1,tp,LOCATION_DECK)
Duel.SetOperationInfo(0,CATEGORY_HANDES,nil,1,tp,1)
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