Skip to content

Commit 03369c2

Browse files
committed
update c14283055.lua
1 parent 3b6f9d3 commit 03369c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

official/c14283055.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function s.target(e,tp,eg,ep,ev,re,r,rp,chk)
5353
local g2=Duel.GetMatchingGroup(s.cfilter,tp,locs,0,nil,SET_PATISSCIEL)
5454
local g=g1+g2
5555
if chk==0 then return #g1>0 and #g2>0
56-
and Duel.IsPlayerAffectedByEffect(tp,CARD_BLUEEYES_SPIRIT)
56+
and not Duel.IsPlayerAffectedByEffect(tp,CARD_BLUEEYES_SPIRIT)
5757
and aux.SelectUnselectGroup(g,e,tp,2,2,s.rescon,0) end
5858
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,2,tp,locs)
5959
end

0 commit comments

Comments
 (0)