Commit 678eb469 authored by wind2009's avatar wind2009

Fix リンカーネイト・アンヴェイル・メイル

parent 6471a481
Pipeline #27125 passed with stages
in 1 minute and 1 second
......@@ -31,7 +31,7 @@ function s.initial_effect(c)
e4:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e4:SetCode(EVENT_TO_GRAVE)
e4:SetProperty(EFFECT_FLAG_DELAY)
e4:SetOperation(s.eqop)
e4:SetOperation(s.eqzop)
c:RegisterEffect(e4)
end
function s.ibcon(e,tp,eg,ep,ev,re,r,rp)
......
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