Commit df161bf6 authored by TanakaKotoha's avatar TanakaKotoha

mopemope

parent 0c140ab9
Pipeline #814 passed with stages
in 46 minutes and 8 seconds
......@@ -184,7 +184,7 @@ function Tenka.rfcon(e)
return Duel.GetAttacker()==e:GetHandler() or Duel.GetAttackTarget()==e:GetHandler()
end
function Tenka.checkop(e,tp,eg,ep,ev,re,r,rp)
if bit.band(r,REASON_BATTLE)~=0 then
if ep==tp and bit.band(r,REASON_BATTLE)==REASON_BATTLE then
Duel.RegisterFlagEffect(ep,81024000,RESET_PHASE+PHASE_END,0,1)
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