Skip to content

Commit c58588c

Browse files
authored
Fix the fix
1 parent 4f98790 commit c58588c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pre-release/c101101075.lua

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,8 @@ function s.cost(target)
4444
if chk==0 then
4545
e:SetLabel(0)
4646
local res=Duel.IsExistingMatchingCard(s.costfilter,tp,LOCATION_HAND+LOCATION_MZONE,0,1,nil,target,e,tp,eg,ep,ev,re,r,rp,chk)
47-
if res then e:SetLabel(1)
48-
return res
49-
end
47+
if res then e:SetLabel(1) end
48+
return res
5049
end
5150
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOGRAVE)
5251
local g=Duel.SelectMatchingCard(tp,s.costfilter,tp,LOCATION_HAND+LOCATION_MZONE,0,1,1,nil,target,e,tp,eg,ep,ev,re,r,rp,chk)
@@ -63,4 +62,4 @@ function s.stage2(e,tc,tp,sg,chk)
6362
end
6463
e:SetLabel(0)
6564
end
66-
end
65+
end

0 commit comments

Comments
 (0)