We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd213a8 commit bf95a74Copy full SHA for bf95a74
official/c18378992.lua
@@ -33,7 +33,7 @@ function s.cost(e,tp,eg,ep,ev,re,r,rp,chk)
33
end
34
function s.target(e,tp,eg,ep,ev,re,r,rp,chk)
35
if chk==0 then
36
- if e:GetLabel()~=100 then return false end
+ if e:GetLabel()~=100 then e:SetLabel(0) return false end
37
local g=Duel.GetMatchingGroup(s.cfilter,tp,LOCATION_GRAVE|LOCATION_MZONE,0,nil,tp)
38
return #g>=2 and aux.SelectUnselectGroup(g,e,tp,2,2,s.rescon,0)
39
0 commit comments