Commit c6ecdb01 authored by DailyShana's avatar DailyShana

fix

parent d66f798a
...@@ -85,10 +85,10 @@ function c6039967.atkop(e,tp,eg,ep,ev,re,r,rp) ...@@ -85,10 +85,10 @@ function c6039967.atkop(e,tp,eg,ep,ev,re,r,rp)
c:RegisterEffect(e2) c:RegisterEffect(e2)
end end
function c6039967.regop(e,tp,eg,ep,ev,re,r,rp) function c6039967.regop(e,tp,eg,ep,ev,re,r,rp)
e:GetHandler():RegisterFlagEffect(6039967,RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_BATTLE,0,1) e:GetHandler():RegisterFlagEffect(6039968,RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_BATTLE,0,1)
end end
function c6039967.spcon2(e,tp,eg,ep,ev,re,r,rp) function c6039967.spcon2(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():GetFlagEffect(6039967)~=0 return e:GetHandler():GetFlagEffect(6039968)~=0
end end
function c6039967.spfilter2(c,e,tp,rc,tid) function c6039967.spfilter2(c,e,tp,rc,tid)
return c:IsReason(REASON_BATTLE) and c:GetReasonCard()==rc and c:GetTurnID()==tid return c:IsReason(REASON_BATTLE) and c:GetReasonCard()==rc and c:GetTurnID()==tid
......
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