Commit fea31746 authored by GuGu's avatar GuGu

Update c22333.lua

parent 1e82cd8b
Pipeline #40208 passed with stage
in 6 seconds
...@@ -93,7 +93,8 @@ function s.sumop(e,tp,eg,ep,ev,re,r,rp) ...@@ -93,7 +93,8 @@ function s.sumop(e,tp,eg,ep,ev,re,r,rp)
for tc in aux.Next(g) do for tc in aux.Next(g) do
local e2=Effect.CreateEffect(c) local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE) e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_SET_ATTACK) e2:SetCode(EFFECT_SET_ATTACK_FINAL)
e2:SetReset(RESET_EVENT+RESETS_STANDARD)
e2:SetValue(900) e2:SetValue(900)
tc:RegisterEffect(e2) tc:RegisterEffect(e2)
end 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