Commit 805e3ba7 authored by mercury233's avatar mercury233 Committed by GitHub

fix

parent 5e9d2c94
...@@ -79,6 +79,7 @@ end ...@@ -79,6 +79,7 @@ end
function c856784.regop(e,tp,eg,ep,ev,re,r,rp) function c856784.regop(e,tp,eg,ep,ev,re,r,rp)
Duel.RegisterFlagEffect(tp,856784,RESET_PHASE+PHASE_END,0,1) Duel.RegisterFlagEffect(tp,856784,RESET_PHASE+PHASE_END,0,1)
end end
function c856784.actcon(e,tp,eg,ep,ev,re,r,rp) function c856784.actcon(e)
local tp=e:GetHandlerPlayer()
return Duel.GetFlagEffect(tp,856784)>0 return Duel.GetFlagEffect(tp,856784)>0
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