Commit 4d9aea8c authored by mercury233's avatar mercury233 Committed by GitHub

fix ティンダングル・イントルーダー

parent 251dfcc7
...@@ -74,7 +74,7 @@ function c94142993.thfilter(c) ...@@ -74,7 +74,7 @@ function c94142993.thfilter(c)
return c:IsSetCard(0x10b) and c:IsAbleToHand() return c:IsSetCard(0x10b) and c:IsAbleToHand()
end end
function c94142993.target(e,tp,eg,ep,ev,re,r,rp,chk) function c94142993.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c94142993.tgfilter,tp,LOCATION_DECK,0,1,nil) end if chk==0 then return Duel.IsExistingMatchingCard(c94142993.thfilter,tp,LOCATION_DECK,0,1,nil) end
Duel.SetOperationInfo(0,CATEGORY_TOHAND,nil,1,tp,LOCATION_DECK) Duel.SetOperationInfo(0,CATEGORY_TOHAND,nil,1,tp,LOCATION_DECK)
end end
function c94142993.operation(e,tp,eg,ep,ev,re,r,rp) function c94142993.operation(e,tp,eg,ep,ev,re,r,rp)
......
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