Commit 52ced224 authored by Uytrewq's avatar Uytrewq Committed by GitHub

fix (#2323)

parent 3e91874b
......@@ -3,6 +3,7 @@ function c62007535.initial_effect(c)
--summon success
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_CONTINUOUS)
e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE)
e1:SetCode(EVENT_SUMMON_SUCCESS)
e1:SetCondition(c62007535.regcon)
e1:SetOperation(c62007535.regop)
......@@ -38,7 +39,7 @@ function c62007535.regop(e,tp,eg,ep,ev,re,r,rp)
e1:SetCost(c62007535.cost)
e1:SetTarget(c62007535.target)
e1:SetOperation(c62007535.operation)
e1:SetReset(RESET_EVENT+RESETS_STANDARD+RESET_DISABLE)
e1:SetReset(RESET_EVENT+RESETS_STANDARD)
c:RegisterEffect(e1)
end
function c62007535.cost(e,tp,eg,ep,ev,re,r,rp,chk)
......
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