Commit 639d2955 authored by GuGu's avatar GuGu

Update c888171.lua

parent 3333324b
Pipeline #42314 passed with stage
in 8 seconds
......@@ -45,13 +45,13 @@ function c888171.operation(e,tp,eg,ep,ev,re,r,rp)
e1:SetCountLimit(1)
e1:SetCode(EVENT_PHASE+PHASE_END)
e1:SetLabel(0)
e1:SetOperation(c888168.damop)
e1:SetOperation(c888171.damop)
e1:SetReset(RESET_PHASE+PHASE_END,1)
Duel.RegisterEffect(e1,tp)
DOT.DotCounter.Add(nil,1-tp,0,700,700,e)
end
end
function c888168.damop(e,tp,eg,ep,ev,re,r,rp)
function c888171.damop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
local ct=e:GetLabel()
if(ct<1) then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment