Commit e1a3fec6 authored by nekrozar's avatar nekrozar Committed by DailyShana

fix Electric Lizard (#695)

parent cb6f6b89
......@@ -3,7 +3,7 @@ function c55875323.initial_effect(c)
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(55875323,0))
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_F)
e1:SetCode(EVENT_DAMAGE_STEP_END)
e1:SetCode(EVENT_BATTLED)
e1:SetCondition(c55875323.condition)
e1:SetOperation(c55875323.operation)
c:RegisterEffect(e1)
......
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