Skip to content

Commit 4f98790

Browse files
committed
Added a missing "end"
1 parent e11f3c2 commit 4f98790

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pre-release/c101101075.lua

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ function s.cost(target)
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)
4747
if res then e:SetLabel(1)
48-
return res
48+
return res
49+
end
4950
end
5051
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOGRAVE)
5152
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)
@@ -62,4 +63,4 @@ function s.stage2(e,tc,tp,sg,chk)
6263
end
6364
e:SetLabel(0)
6465
end
65-
end
66+
end

0 commit comments

Comments
 (0)