We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aed39af commit 2bc1677Copy full SHA for 2bc1677
official/c65430555.lua
@@ -39,7 +39,7 @@ function s.tdfilter(c,e)
39
return c:IsMonster() and c:IsAbleToDeck() and c:IsCanBeEffectTarget(e)
40
end
41
function s.rescon(sg,e,tp,mg)
42
- return sg:IsExists(s.insectfilter,1,nil,tp)
+ return sg:IsExists(s.insectfilter,1,nil,tp) and sg:IsExists(Card.IsControler,1,nil,1-tp)
43
44
function s.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
45
local c=e:GetHandler()
@@ -49,7 +49,7 @@ function s.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
49
and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
50
and #g>=2 and g:IsExists(Card.IsControler,1,nil,1-tp)
51
and g:IsExists(s.insectfilter,1,nil,tp) end
52
- local sg=aux.SelectUnselectGroup(g,e,tp,2,2,s.rescon,1,tp,HINTMSG_TODECK)
+ local sg=aux.SelectUnselectGroup(g,e,tp,2,2,s.rescon,1,tp,HINTMSG_TODECK,s.rescon)
53
Duel.SetTargetCard(sg)
54
Duel.SetOperationInfo(0,CATEGORY_TODECK,sg,#sg,PLAYER_ALL,0)
55
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,c,1,tp,0)
0 commit comments