Commit 70af2fc5 authored by mercury233's avatar mercury233

fix 転生炎獣コヨーテ

parent 5142f4ec
...@@ -35,7 +35,7 @@ function c71861848.initial_effect(c) ...@@ -35,7 +35,7 @@ function c71861848.initial_effect(c)
c:RegisterEffect(e3) c:RegisterEffect(e3)
end end
function c71861848.regop(e,tp,eg,ep,ev,re,r,rp) function c71861848.regop(e,tp,eg,ep,ev,re,r,rp)
if e:GetHandler():IsReason(REASON_LINK) then if r==REASON_LINK then
e:GetHandler():RegisterFlagEffect(71861848,RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END,0,1) e:GetHandler():RegisterFlagEffect(71861848,RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END,0,1)
end end
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