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 3b6f9d3 commit 03369c2Copy full SHA for 03369c2
official/c14283055.lua
@@ -53,7 +53,7 @@ function s.target(e,tp,eg,ep,ev,re,r,rp,chk)
53
local g2=Duel.GetMatchingGroup(s.cfilter,tp,locs,0,nil,SET_PATISSCIEL)
54
local g=g1+g2
55
if chk==0 then return #g1>0 and #g2>0
56
- and Duel.IsPlayerAffectedByEffect(tp,CARD_BLUEEYES_SPIRIT)
+ and not Duel.IsPlayerAffectedByEffect(tp,CARD_BLUEEYES_SPIRIT)
57
and aux.SelectUnselectGroup(g,e,tp,2,2,s.rescon,0) end
58
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,2,tp,locs)
59
end
0 commit comments