Commit 15d45484 authored by mercury233's avatar mercury233 Committed by GitHub
parent e62f82a3
...@@ -31,9 +31,7 @@ function c82738008.filter2(c,e,tp,m,f,chkf) ...@@ -31,9 +31,7 @@ function c82738008.filter2(c,e,tp,m,f,chkf)
end end
function c82738008.activate(e,tp,eg,ep,ev,re,r,rp) function c82738008.activate(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetFirstTarget() local tc=Duel.GetFirstTarget()
if tc:IsRelateToEffect(e) then if tc:IsRelateToEffect(e) and Duel.SendtoHand(tc,nil,REASON_EFFECT)>0 and tc:IsLocation(LOCATION_HAND) then
Duel.SendtoHand(tc,nil,REASON_EFFECT)
Duel.ConfirmCards(1-tp,tc)
local chkf=tp local chkf=tp
local mg1=Duel.GetFusionMaterial(tp):Filter(c82738008.filter1,nil,e) local mg1=Duel.GetFusionMaterial(tp):Filter(c82738008.filter1,nil,e)
local sg1=Duel.GetMatchingGroup(c82738008.filter2,tp,LOCATION_EXTRA,0,nil,e,tp,mg1,nil,chkf) local sg1=Duel.GetMatchingGroup(c82738008.filter2,tp,LOCATION_EXTRA,0,nil,e,tp,mg1,nil,chkf)
......
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