Commit 4e8f633d authored by Nemo Ma's avatar Nemo Ma

Update c13257340.lua

parent e74a9cb3
......@@ -137,7 +137,7 @@ function cm.disop(e,tp,eg,ep,ev,re,r,rp)
e5:SetLabelObject(tc)
e5:SetValue(cm.efilter1)
e5:SetReset(RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END)
c:RegisterEffect(e5,true)
c:RegisterEffect(e5)
local e6=Effect.CreateEffect(c)
e6:SetType(EFFECT_TYPE_SINGLE)
......@@ -145,7 +145,7 @@ function cm.disop(e,tp,eg,ep,ev,re,r,rp)
e6:SetCode(EFFECT_UPDATE_ATTACK)
e6:SetReset(RESET_EVENT+RESETS_STANDARD)
e6:SetValue(100)
c:RegisterEffect(e6,true)
c:RegisterEffect(e6)
c:AddCounter(0x351,1)
tc=eg:GetNext()
end
......@@ -181,7 +181,7 @@ function cm.operation1(e,tp,eg,ep,ev,re,r,rp)
e4:SetCode(EFFECT_IMMUNE_EFFECT)
e4:SetValue(cm.efilter)
e4:SetReset(RESET_EVENT+0x1fe0000+RESET_PHASE+PHASE_END)
c:RegisterEffect(e4,true)
c:RegisterEffect(e4)
end
if g:GetCount()>0 then
local tc=g:GetFirst()
......@@ -222,7 +222,7 @@ function cm.operation1(e,tp,eg,ep,ev,re,r,rp)
e6:SetCode(EFFECT_UPDATE_ATTACK)
e6:SetReset(RESET_EVENT+RESETS_STANDARD)
e6:SetValue(100)
c:RegisterEffect(e6,true)
c:RegisterEffect(e6)
end
tc=g:GetNext()
end
......
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