Commit 89e09a07 authored by mercury233's avatar mercury233 Committed by GitHub

fix

parent 2bbc5156
...@@ -21,7 +21,7 @@ function c91269402.initial_effect(c) ...@@ -21,7 +21,7 @@ function c91269402.initial_effect(c)
end end
end end
function c91269402.checkop(e,tp,eg,ep,ev,re,r,rp) function c91269402.checkop(e,tp,eg,ep,ev,re,r,rp)
if (bit.band(r,REASON_EFFECT)~=0 and rp==1-e:GetOwnerPlayer()) or bit.band(r,REASON_BATTLE)~=0 then if (bit.band(r,REASON_EFFECT)~=0 and rp==1-ep) or bit.band(r,REASON_BATTLE)~=0 then
Duel.RegisterFlagEffect(ep,91269402,RESET_PHASE+PHASE_END,0,1) Duel.RegisterFlagEffect(ep,91269402,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