Skip to content

Commit 5382413

Browse files
authored
Update"Chef de Nouvelles"
Effect to place in Pendulum Zone should not be OPT.
1 parent 011a4bc commit 5382413

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pre-release/c101301023.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ function s.initial_effect(c)
4242
e3:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
4343
e3:SetProperty(EFFECT_FLAG_DELAY)
4444
e3:SetCode(EVENT_RELEASE)
45-
e3:SetCountLimit(1,{id,2})
4645
e3:SetTarget(s.pltg)
4746
e3:SetOperation(s.plop)
4847
c:RegisterEffect(e3)
@@ -177,4 +176,4 @@ function s.applyop(e,tp,eg,ep,ev,re,r,rp)
177176
te:SetLabel(e:GetLabel())
178177
te:SetLabelObject(e:GetLabelObject())
179178
end
180-
end
179+
end

0 commit comments

Comments
 (0)