Commit c476f095 authored by 八宫一月's avatar 八宫一月 Committed by GitHub

fix 妖眼の相剣師 (#2142)

parent dfb10509
......@@ -17,7 +17,7 @@ function c62849088.initial_effect(c)
local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(62849088,1))
e2:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e2:SetCode(EVENT_SPSUMMON_SUCCESS)
e2:SetCode(EVENT_CUSTOM+62849088)
e2:SetProperty(EFFECT_FLAG_DELAY)
e2:SetRange(LOCATION_MZONE)
e2:SetCountLimit(1,62849089)
......@@ -25,6 +25,7 @@ function c62849088.initial_effect(c)
e2:SetTarget(c62849088.destg)
e2:SetOperation(c62849088.desop)
c:RegisterEffect(e2)
aux.RegisterMergedDelayedEvent(c,62849088,EVENT_SPSUMMON_SUCCESS)
end
function c62849088.cfilter(c)
return c:IsFaceup() and c:IsDisabled() and c:IsType(TYPE_EFFECT)
......
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