Commit d5c70a80 authored by Chrono-Genex's avatar Chrono-Genex Committed by GitHub

fix (#2059)

parent d1bff2a4
...@@ -57,7 +57,6 @@ function c22996376.thtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) ...@@ -57,7 +57,6 @@ function c22996376.thtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
Duel.SetOperationInfo(0,CATEGORY_TOHAND,g,ct,0,0) Duel.SetOperationInfo(0,CATEGORY_TOHAND,g,ct,0,0)
end end
function c22996376.thop(e,tp,eg,ep,ev,re,r,rp) function c22996376.thop(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.GetChainInfo(0,CHAININFO_TARGET_CARDS) local sg=Duel.GetTargetsRelateToChain():Filter(Card.IsRace,nil,RACE_BEAST)
local sg=g:Filter(Card.IsRelateToEffect,nil,e)
Duel.SendtoHand(sg,nil,REASON_EFFECT) Duel.SendtoHand(sg,nil,REASON_EFFECT)
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