Skip to content

Commit 9ea3b72

Browse files
committed
missing parentheses
1 parent f8818f0 commit 9ea3b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

official/c65433790.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
4747
if not (c:IsRelateToEffect(e)
4848
and Duel.GetLocationCount(ep,LOCATION_MZONE)>0
4949
and Duel.IsExistingMatchingCard(s.spfilter,ep,LOCATION_HAND|LOCATION_DECK,0,1,nil,e,ep)
50-
and Duel.SelectYesNo(ep,aux.Stringid(id,1)) then return end
50+
and Duel.SelectYesNo(ep,aux.Stringid(id,1))) then return end
5151
Duel.Hint(HINT_SELECTMSG,ep,HINTMSG_SPSUMMON)
5252
local sg=Duel.SelectMatchingCard(ep,s.spfilter,ep,LOCATION_HAND|LOCATION_DECK,0,1,1,nil,e,ep)
5353
if #sg>0 and Duel.SpecialSummon(sg,0,ep,ep,false,false,POS_FACEUP)>0 then

0 commit comments

Comments
 (0)