Commit 97e3ce5a authored by mercury233's avatar mercury233 Committed by GitHub

fix

parent e289a508
...@@ -25,8 +25,7 @@ function c94620082.initial_effect(c) ...@@ -25,8 +25,7 @@ function c94620082.initial_effect(c)
c:RegisterEffect(e2) c:RegisterEffect(e2)
end end
function c94620082.thtg(e,tp,eg,ep,ev,re,r,rp,chk) function c94620082.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetFieldGroupCount(tp,LOCATION_DECK,0)>=3 if chk==0 then return Duel.GetFieldGroupCount(tp,LOCATION_DECK,0)>=3 end
and Duel.GetDecktopGroup(tp,3):FilterCount(Card.IsAbleToHand,nil)>0 end
Duel.SetTargetPlayer(tp) Duel.SetTargetPlayer(tp)
Duel.SetOperationInfo(0,CATEGORY_TOHAND,nil,1,0,LOCATION_DECK) Duel.SetOperationInfo(0,CATEGORY_TOHAND,nil,1,0,LOCATION_DECK)
end 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