Skip to content

Commit bf95a74

Browse files
committed
update c18378992.lua
1 parent dd213a8 commit bf95a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

official/c18378992.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function s.cost(e,tp,eg,ep,ev,re,r,rp,chk)
3333
end
3434
function s.target(e,tp,eg,ep,ev,re,r,rp,chk)
3535
if chk==0 then
36-
if e:GetLabel()~=100 then return false end
36+
if e:GetLabel()~=100 then e:SetLabel(0) return false end
3737
local g=Duel.GetMatchingGroup(s.cfilter,tp,LOCATION_GRAVE|LOCATION_MZONE,0,nil,tp)
3838
return #g>=2 and aux.SelectUnselectGroup(g,e,tp,2,2,s.rescon,0)
3939
end

0 commit comments

Comments
 (0)